Skip to content

Commit c1477b8

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

sycl/test/check_device_code/esimd/memory_properties_load_store.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ using AccType = sycl::accessor<uint8_t, 1, sycl::access::mode::read_write>;
2222
using LocalAccType = sycl::local_accessor<double, 1>;
2323
using LocalAccTypeInt = sycl::local_accessor<int, 1>;
2424

25-
SYCL_ESIMD_FUNCTION SYCL_EXTERNAL void test_block_load(const AccType &,
26-
const LocalAccType &, float *,
27-
int byte_offset32,
28-
size_t byte_offset64);
25+
SYCL_ESIMD_FUNCTION SYCL_EXTERNAL void
26+
test_block_load(const AccType &, const LocalAccType &, float *,
27+
int byte_offset32, size_t byte_offset64);
2928
SYCL_ESIMD_FUNCTION SYCL_EXTERNAL void
3029
test_block_store(const AccType &, const LocalAccType &local_acc, float *,
3130
int byte_offset32, size_t byte_offset64);

0 commit comments

Comments
 (0)