Skip to content

Commit 7989829

Browse files
committed
Fix clang format issue
Signed-off-by: Soumi Manna <[email protected]>
1 parent 14e9394 commit 7989829

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
@@ -942,7 +942,7 @@ class KernelObjVisitor {
942942
if (KF_FOR_EACH(handleArrayType, Field, FieldTy))
943943
VisitArrayElements(Field, FieldTy, handlers...);
944944
} else if (FieldTy->isScalarType() || FieldTy->isUnionType() ||
945-
FieldTy->isVectorType())
945+
FieldTy->isVectorType())
946946
KF_FOR_EACH(handleSimpleType, Field, FieldTy);
947947
else
948948
KF_FOR_EACH(handleOtherType, Field, FieldTy);

0 commit comments

Comments
 (0)