Skip to content

Commit c067cce

Browse files
committed
clang-format
1 parent 7272717 commit c067cce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Sema/SemaDeclAttr.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7029,8 +7029,7 @@ static void handleModularFormat(Sema &S, Decl *D, const ParsedAttr &AL) {
70297029
}
70307030

70317031
D->addAttr(::new (S.Context) ModularFormatAttr(
7032-
S.Context, AL, ModularImplFn, ImplName,
7033-
Aspects.data(), Aspects.size()));
7032+
S.Context, AL, ModularImplFn, ImplName, Aspects.data(), Aspects.size()));
70347033
}
70357034

70367035
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)