Skip to content

Commit 570661a

Browse files
committed
clang format
1 parent 4b9584b commit 570661a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/include/sycl/ext/oneapi/bindless_images_memory.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ class image_mem_impl {
3939
const context &syclContext);
4040
__SYCL_EXPORT ~image_mem_impl();
4141

42-
image_mem_impl(const image_mem_impl&) = delete;
43-
image_mem_impl& operator=(const image_mem_impl&) = delete;
42+
image_mem_impl(const image_mem_impl &) = delete;
43+
image_mem_impl &operator=(const image_mem_impl &) = delete;
4444

4545
raw_handle_type get_handle() const { return handle; }
4646
const image_descriptor &get_descriptor() const { return descriptor; }

0 commit comments

Comments
 (0)