Skip to content

Commit 5f88bca

Browse files
clang-format
1 parent 3729836 commit 5f88bca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/test-e2e/KernelCompiler/sycl_host_device_data_layout.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@ void foo(TYPE *in, TYPE *out, size_t *align_out, size_t *size_out, bool *equal_o
177177

178178
TEST(sycl::id<1>, 0x1122334455667788)
179179
TEST2(sycl::id<2>, 0x1122334455667788, 0x1223344556677889)
180-
TEST3(sycl::id<3>, 0x1122334455667788, 0x1223344556677889,
181-
0x132435465768798A)
180+
TEST3(sycl::id<3>, 0x1122334455667788, 0x1223344556677889, 0x132435465768798A)
182181

183182
// Making these work with macros would be too much work:
184183
Test(sycl::nd_range<1>{{0x1122334455667788}, {0x1223344556677889}},

0 commit comments

Comments
 (0)