Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 3bff172

Browse files
committed
Fix formatting
Signed-off-by: Steffen Larsen <[email protected]>
1 parent ee6bb56 commit 3bff172

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

SYCL/Regression/implicit_kernel_bundle_image_filtering.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ int main() {
3434

3535
if (Ret == 1) {
3636
// This should never happen but we need the kernel
37-
Q.submit([&](sycl::handler &CGH) {
38-
CGH.single_task<class Kernel2>([=]() { });
39-
});
37+
Q.submit(
38+
[&](sycl::handler &CGH) { CGH.single_task<class Kernel2>([=]() {}); });
4039
Q.wait_and_throw();
4140
}
4241
std::cout << "passed" << std::endl;

0 commit comments

Comments
 (0)