Skip to content

Commit 02d1a51

Browse files
committed
Appease the code formatting workflow again [to squash]
1 parent 7cb5905 commit 02d1a51

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

clang/lib/Sema/SemaDeclAttr.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8806,10 +8806,9 @@ static bool MustDelayAttributeArguments(const ParsedAttr &AL) {
88068806
return false;
88078807
}
88088808

8809-
static bool checkArmNewAttrMutualExclusion(Sema &S, const ParsedAttr &AL,
8810-
const FunctionProtoType *FPT,
8811-
FunctionType::ArmStateValue CurrentState,
8812-
StringRef StateName) {
8809+
static bool checkArmNewAttrMutualExclusion(
8810+
Sema &S, const ParsedAttr &AL, const FunctionProtoType *FPT,
8811+
FunctionType::ArmStateValue CurrentState, StringRef StateName) {
88138812
auto CheckForIncompatibleAttr =
88148813
[&](FunctionType::ArmStateValue IncompatibleState,
88158814
StringRef IncompatibleStateName) {

0 commit comments

Comments
 (0)