Skip to content

Commit 2183658

Browse files
committed
[SYCL] Update code style
1 parent 32113db commit 2183658

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6495,9 +6495,8 @@ class FreeFunctionPrinter {
64956495
O << "static constexpr auto __sycl_shim" << ShimCounter << "() {\n";
64966496
O << " return (void (*)(" << ParmList << "))";
64976497

6498-
if (NSInserted) {
6499-
PrintNamespaces(O, FD, true);
6500-
}
6498+
if (NSInserted)
6499+
PrintNamespaces(O, FD, /*isPrintNamesOnly=*/true);
65016500
O << FD->getIdentifier()->getName().data();
65026501
}
65036502
};

0 commit comments

Comments
 (0)