Skip to content

Commit 6a4aa63

Browse files
committed
Clang-format fix
1 parent 01b02dd commit 6a4aa63

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/include/CL/sycl/sycl_span.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,9 @@ template <typename _Tp, size_t _Extent> class _SYCL_SPAN_TEMPLATE_VIS span {
381381
return rev_iterator(begin());
382382
}
383383

384-
_SYCL_SPAN_INLINE_VISIBILITY span<const std::byte, _Extent * sizeof(element_type)>
385-
__as_bytes() const noexcept {
384+
_SYCL_SPAN_INLINE_VISIBILITY
385+
span<const std::byte, _Extent * sizeof(element_type)>
386+
__as_bytes() const noexcept {
386387
return span<const std::byte, _Extent * sizeof(element_type)>{
387388
reinterpret_cast<const std::byte *>(data()), size_bytes()};
388389
}

0 commit comments

Comments
 (0)