Skip to content

Commit f985ab6

Browse files
committed
format
1 parent 1a9ea6c commit f985ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Serialization/ASTWriter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5014,7 +5014,7 @@ void ASTWriter::WriteSpecialDeclRecords(Sema &SemaRef) {
50145014

50155015
if (!ModularCodegenDecls.empty())
50165016
Stream.EmitRecord(MODULAR_CODEGEN_DECLS, ModularCodegenDecls);
5017-
5017+
50185018
// Write the record containing tentative definitions.
50195019
RecordData TentativeDefinitions;
50205020
AddLazyVectorEmiitedDecls(*this, SemaRef.TentativeDefinitions,
@@ -5135,7 +5135,7 @@ void ASTWriter::WriteSpecialDeclRecords(Sema &SemaRef) {
51355135
}
51365136
if (!UndefinedButUsed.empty())
51375137
Stream.EmitRecord(UNDEFINED_BUT_USED, UndefinedButUsed);
5138-
5138+
51395139
// Write all delete-expressions that we would like to
51405140
// analyze later in AST.
51415141
RecordData DeleteExprsToAnalyze;

0 commit comments

Comments
 (0)