Skip to content

Commit 1f6e1b6

Browse files
committed
Fix formatting
1 parent 5796fc8 commit 1f6e1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaCXXScopeSpec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ bool Sema::BuildCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo,
780780

781781
if (!Found.empty()) {
782782
const auto *ND = Found.getAsSingle<NamedDecl>();
783-
if(!ND)
783+
if (!ND)
784784
return true;
785785
if (::ExtendNestedNameSpecifier(*this, SS, ND, IdInfo.IdentifierLoc,
786786
IdInfo.CCLoc)) {

0 commit comments

Comments
 (0)