Skip to content

Commit 931ef0e

Browse files
committed
Fix format errors
Signed-off-by: Soumi Manna <[email protected]>
1 parent 030ab5e commit 931ef0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaDeclAttr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3580,7 +3580,7 @@ SYCLIntelMaxWorkGroupSizeAttr *Sema::MergeSYCLIntelMaxWorkGroupSizeAttr(
35803580
// equals to 0.
35813581
if (const auto *DeclAttr = D->getAttr<SYCLIntelMaxGlobalWorkDimAttr>()) {
35823582
if (InvalidWorkGroupSizeAttrs(DeclAttr->getValue(), A.getXDim(),
3583-
A.getYDim(), A.getZDim())) {
3583+
A.getYDim(), A.getZDim())) {
35843584
Diag(A.getLoc(), diag::err_sycl_x_y_z_arguments_must_be_one)
35853585
<< &A << DeclAttr;
35863586
return nullptr;

0 commit comments

Comments
 (0)