Skip to content

Commit a6328b2

Browse files
committed
[SYCL] Apply clang-format
Signed-off-by: Mariya Podchishchaeva <[email protected]>
1 parent 2d7c6b7 commit a6328b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ class KernelBodyTransform : public TreeTransform<KernelBodyTransform> {
398398

399399
static FunctionDecl *
400400
CreateOpenCLKernelDeclaration(ASTContext &Context, StringRef Name,
401-
ArrayRef<ParamDesc> ParamDescs) {
401+
ArrayRef<ParamDesc> ParamDescs) {
402402

403403
DeclContext *DC = Context.getTranslationUnitDecl();
404404
QualType RetTy = Context.VoidTy;

0 commit comments

Comments
 (0)