Skip to content

Commit 157b39a

Browse files
committed
[SYCL][E2E] fix formatting
1 parent 4cebf72 commit 157b39a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/test-e2e/Experimental/free_functions/namespace.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ void test_function_without_ns(sycl::queue &q, sycl::context &ctxt) {
6767
// Get a kernel bundle that contains the free function kernel
6868
// "func".
6969
auto exe_bndl =
70-
syclexp::get_kernel_bundle<func,
71-
sycl::bundle_state::executable>(ctxt);
70+
syclexp::get_kernel_bundle<func, sycl::bundle_state::executable>(ctxt);
7271
// Get a kernel object for the "func" function from that bundle.
7372
sycl::kernel k_func = exe_bndl.ext_oneapi_get_kernel<func>();
7473
call_kernel_code(q, k_func);

0 commit comments

Comments
 (0)