Skip to content

Commit 1e34563

Browse files
committed
Fix formatting; NFC
1 parent ef89962 commit 1e34563

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/Sema.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,6 @@ void Sema::ActOnEndOfTranslationUnit() {
14601460
Diag(VD->getLocation(), DiagID) << Type << /*not a field*/ 0;
14611461
}
14621462

1463-
14641463
// Notify the consumer that we've completed a tentative definition.
14651464
if (!VD->isInvalidDecl())
14661465
Consumer.CompleteTentativeDefinition(VD);

0 commit comments

Comments
 (0)