Skip to content

Commit a9803cc

Browse files
committed
[SYCL] Apply clang-format to test
Signed-off-by: Alexey Sachkov <[email protected]>
1 parent 208f23f commit a9803cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/test/SemaSYCL/unnamed-kernel.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
#endif
88

99
namespace namespace1 {
10-
template <typename T> class KernelName;
10+
template <typename T>
11+
class KernelName;
1112
}
1213

1314
struct MyWrapper {

0 commit comments

Comments
 (0)