Skip to content

Commit 255a450

Browse files
author
Erich Keane
committed
Another clang-format ifx
1 parent 1ccdb17 commit 255a450

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
@@ -3589,7 +3589,7 @@ void Sema::CheckSYCLKernelCall(FunctionDecl *KernelFunc, SourceRange CallLoc,
35893589
ArrayRef<const Expr *> Args) {
35903590
// FIXME: In place until the library works around its 'host' invocation
35913591
// issues.
3592-
if(!LangOpts.SYCLIsDevice)
3592+
if (!LangOpts.SYCLIsDevice)
35933593
return;
35943594
const CXXRecordDecl *KernelObj = getKernelObjectType(KernelFunc);
35953595
QualType KernelNameType =

0 commit comments

Comments
 (0)