Skip to content

Commit b887050

Browse files
committed
Fix formatting
1 parent a24e8db commit b887050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/include/clang/Serialization/ASTReader.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,8 @@ class ASTReader
13921392

13931393
llvm::DenseMap<const Decl *, bool> DefinitionSource;
13941394

1395-
/// Friend functions that were defined but might have had their bodies removed.
1395+
/// Friend functions that were defined but might have had their bodies
1396+
/// removed.
13961397
llvm::DenseSet<const FunctionDecl *> ThisDeclarationWasADefinitionSet;
13971398

13981399
bool shouldDisableValidationForFile(const serialization::ModuleFile &M) const;

0 commit comments

Comments
 (0)