Skip to content

Commit 720766a

Browse files
author
Erich Keane
committed
Remove trailing whitespace in ASTReaderDecl.cpp
1 parent 64fe045 commit 720766a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Serialization/ASTReaderDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@ void ASTDeclReader::ReadCXXDefinitionData(
17641764
Data.HasODRHash = true;
17651765

17661766
if (Record.readInt()) {
1767-
Reader.DefinitionSource[D] =
1767+
Reader.DefinitionSource[D] =
17681768
Loc.F->Kind == ModuleKind::MK_MainFile ||
17691769
Reader.getContext().getLangOpts().BuildingPCHWithObjectFile;
17701770
}

0 commit comments

Comments
 (0)