Skip to content

Commit 6f19112

Browse files
author
iburylov
committed
clang format fix
Signed-off-by: iburylov <[email protected]>
1 parent cab9ad4 commit 6f19112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/accessor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ class accessor<DataT, Dimensions, AccessMode, access::target::image_array,
15141514

15151515
public:
15161516
// Default constructor for objects later initialized with __init member.
1517-
accessor() = default;
1517+
accessor() = default;
15181518
#endif
15191519
public:
15201520
template <typename AllocatorT>

0 commit comments

Comments
 (0)