Skip to content

Commit e7f0187

Browse files
Clang-format fix
Signed-off-by: Elizabeth Andrews <[email protected]>
1 parent bc049e4 commit e7f0187

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,8 @@ class KernelObjVisitor {
880880

881881
for (int64_t Count = 1; Count < ElemCount; Count++) {
882882
VisitNthElement(nullptr, FD, ET, handlers...);
883-
(void)std::initializer_list<int>{(handlers.nextElement(ET, Count + 1), 0)...};
883+
(void)std::initializer_list<int>{
884+
(handlers.nextElement(ET, Count + 1), 0)...};
884885
}
885886

886887
(void)std::initializer_list<int>{

0 commit comments

Comments
 (0)