Skip to content

Commit 44542ab

Browse files
committed
Clang-format fix
1 parent 6a4aa63 commit 44542ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/include/CL/sycl/sycl_span.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ template <typename _Tp, size_t _Extent> class _SYCL_SPAN_TEMPLATE_VIS span {
382382
}
383383

384384
_SYCL_SPAN_INLINE_VISIBILITY
385-
span<const std::byte, _Extent * sizeof(element_type)>
386-
__as_bytes() const noexcept {
385+
span<const std::byte, _Extent * sizeof(element_type)>
386+
__as_bytes() const noexcept {
387387
return span<const std::byte, _Extent * sizeof(element_type)>{
388388
reinterpret_cast<const std::byte *>(data()), size_bytes()};
389389
}

0 commit comments

Comments
 (0)