Skip to content

Commit daeb87b

Browse files
clang-format
1 parent 02a3499 commit daeb87b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/include/sycl/handler.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,7 @@ class __SYCL_EXPORT handler {
502502
// In device compilation accessor isn't inherited from AccessorBaseHost, so
503503
// can't detect by it. Since we don't expect it to be ever called in device
504504
// execution, just use blind void *.
505-
void associateWithHandler(void *AccBase,
506-
access::target AccTarget);
505+
void associateWithHandler(void *AccBase, access::target AccTarget);
507506
#endif
508507

509508
// Recursively calls itself until arguments pack is fully processed.

0 commit comments

Comments
 (0)