Skip to content

Commit 7f210e2

Browse files
author
Victor Lomuller
committed
format
1 parent 5192c25 commit 7f210e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/detail/sycl_local_mem_builtins.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include <sycl/detail/defines_elementary.hpp> // for __DPCPP_SYCL_EXTERNAL
1212

13-
#include <cstddef> // for size_t, uint8_t
13+
#include <cstddef> // for size_t, uint8_t
1414

1515
#ifdef __SYCL_DEVICE_ONLY__
1616
// Request a fixed-size allocation in local address space at kernel scope.

0 commit comments

Comments
 (0)