Skip to content

Commit

Permalink
clangd format
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengChen002 committed Jan 5, 2024
1 parent f288726 commit b38a68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kernel_args/kernel_args.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class TEST_NAME : public util::test_base {
FAIL(log, "outer_struct capture error");
}
}
} catch (const sycl::exception &e) {
} catch (const sycl::exception& e) {
if (!my_queue.get_device()
.get_info<sycl::info::device::image_support>()) {
SKIP("device does not support images");
Expand Down

0 comments on commit b38a68a

Please sign in to comment.