Skip to content

Commit 5cb2d21

Browse files
committed
more formatting
1 parent c00c1f7 commit 5cb2d21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2079,9 +2079,9 @@ class SyclKernelFieldChecker : public SyclKernelFieldHandler {
20792079
}
20802080

20812081
bool handleArrayType(FieldDecl *FD, QualType FieldTy) final {
2082-
IsInvalid |= checkNotCopyableToKernel(FD, FieldTy);
2083-
return isValid();
2084-
}
2082+
IsInvalid |= checkNotCopyableToKernel(FD, FieldTy);
2083+
return isValid();
2084+
}
20852085

20862086
bool handleArrayType(ParmVarDecl *PD, QualType ParamTy) final {
20872087
Diag.Report(PD->getLocation(), diag::err_bad_kernel_param_type) << ParamTy;

0 commit comments

Comments
 (0)