Skip to content

Commit 9249826

Browse files
committed
[clang] Tiny format fix
Misindented close brace. Differential Revision: https://reviews.llvm.org/D100129
1 parent 0494b6b commit 9249826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Parse/ParseDeclCXX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Parser::DeclGroupPtrTy Parser::ParseNamespace(DeclaratorContext Context,
132132
<< FixItHint::CreateRemoval(InlineLoc);
133133
Decl *NSAlias = ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
134134
return Actions.ConvertDeclToDeclGroup(NSAlias);
135-
}
135+
}
136136

137137
BalancedDelimiterTracker T(*this, tok::l_brace);
138138
if (T.consumeOpen()) {

0 commit comments

Comments
 (0)