Skip to content

Commit 8ca6ac7

Browse files
Fix clang-format error introduced by github ui
1 parent 19aacc7 commit 8ca6ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2912,8 +2912,8 @@ class SYCLKernelNameTypeVisitor
29122912
QualType T = TA.getAsType();
29132913
if (const auto *ET = T->getAs<EnumType>())
29142914
VisitEnumType(ET);
2915-
else
2916-
Visit(T);
2915+
else
2916+
Visit(T);
29172917
}
29182918

29192919
void VisitIntegralTemplateArgument(const TemplateArgument &TA) {

0 commit comments

Comments
 (0)