Skip to content

Commit ecf29ba

Browse files
committed
format
1 parent 63703ab commit ecf29ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Parse/ParseDecl.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,8 +1934,7 @@ Parser::DeclGroupPtrTy Parser::ParseSimpleDeclaration(
19341934
bool RequireSemi, ForRangeInit *FRI, SourceLocation *DeclSpecStart) {
19351935
// Need to retain these for diagnostics before we add them to the DeclSepc.
19361936
ParsedAttributesView OriginalDeclSpecAttrs;
1937-
OriginalDeclSpecAttrs.prependAll(DeclSpecAttrs.begin(),
1938-
DeclSpecAttrs.end());
1937+
OriginalDeclSpecAttrs.prependAll(DeclSpecAttrs.begin(), DeclSpecAttrs.end());
19391938
OriginalDeclSpecAttrs.Range = DeclSpecAttrs.Range;
19401939

19411940
// Parse the common declaration-specifiers piece.

0 commit comments

Comments
 (0)