Skip to content

Commit 5160b0e

Browse files
committed
Fix Clang format issues
Signed-off-by: Soumi Manna <[email protected]>
1 parent 977e329 commit 5160b0e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang/test/SemaSYCL/reqd-sub-group-size-device.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class Functor {
3636

3737
int main() {
3838
q.submit([&](handler &h) {
39-
4039
Functor16 f16;
4140
h.single_task<class kernel_name1>(f16);
4241

@@ -48,8 +47,8 @@ int main() {
4847
h.single_task<class kernel_name3>(f8);
4948

5049
h.single_task<class kernel_name4>([]() { // expected-error {{conflicting attributes applied to a SYCL kernel}}
51-
foo();
52-
baz();
50+
foo();
51+
baz();
5352
});
5453
#endif
5554

0 commit comments

Comments
 (0)