Skip to content

Commit ecc68cc

Browse files
committed
Fix clang format issues
Signed-off-by: Soumi Manna <[email protected]>
1 parent 852bcf0 commit ecc68cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CodeGenFunction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ void CodeGenFunction::EmitOpenCLKernelMetadata(const FunctionDecl *FD,
752752
llvm::ConstantAsMetadata::get(Builder.getInt(*A->getXDimVal()))};
753753
Fn->setMetadata("max_work_group_size",
754754
llvm::MDNode::get(Context, AttrMDArgs));
755-
}
755+
}
756756
}
757757

758758
if (const auto *A = FD->getAttr<SYCLIntelNoGlobalWorkOffsetAttr>()) {

0 commit comments

Comments
 (0)