Skip to content

Commit 6bb5373

Browse files
committed
Fix format
Signed-off-by: JackAKirk <[email protected]>
1 parent 7d07c29 commit 6bb5373

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ int main() {
5151
void *imageHandlePtrGen =
5252
sycl::malloc_device(sizeof(syclexp::unsampled_image_handle), q);
5353

54-
// Copy the create_image returned device unsampled_image_handle to the contents
55-
// of the void* pointing to the manually created unsampled_image_handle
54+
// Copy the create_image returned device unsampled_image_handle to the
55+
// contents of the void* pointing to the manually created
56+
// unsampled_image_handle
5657
q.memcpy(static_cast<void *>(imageHandlePtrGen),
5758
static_cast<const void *>(&imgIn),
5859
sizeof(syclexp::unsampled_image_handle));

0 commit comments

Comments
 (0)