Skip to content

Commit 23f5cf4

Browse files
committed
Fix Clang format issues
Signed-off-by: Soumi Manna <[email protected]>
1 parent a60cd4f commit 23f5cf4

File tree

1 file changed

+1
-2
lines changed
  • clang/include/clang/Sema

1 file changed

+1
-2
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12978,8 +12978,7 @@ void Sema::addIntelSYCLSingleArgFunctionAttr(Decl *D,
1297812978
return;
1297912979
}
1298012980
if (ArgInt > 3) {
12981-
Diag(E->getBeginLoc(),
12982-
diag::err_attribute_argument_out_of_range)
12981+
Diag(E->getBeginLoc(), diag::err_attribute_argument_out_of_range)
1298312982
<< CI.getAttrName() << 0 << 3 << E->getSourceRange();
1298412983
return;
1298512984
}

0 commit comments

Comments
 (0)