Skip to content

Commit 3fabbf8

Browse files
committed
formatting fixed
1 parent 449f69b commit 3fabbf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/include/sycl/accessor.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,8 @@ class __SYCL_EBO __SYCL_SPECIAL_CLASS __SYCL_TYPE(accessor) accessor :
17371737
#endif
17381738
() const {
17391739
const size_t LinearIndex = getLinearIndex(id<AdjustedDim>());
1740-
return multi_ptr<DataT, AS, access::decorated::yes>(getQualifiedPtr() + LinearIndex);
1740+
return multi_ptr<DataT, AS, access::decorated::yes>(getQualifiedPtr() +
1741+
LinearIndex);
17411742
}
17421743

17431744
template <int Dims = Dimensions,

0 commit comments

Comments
 (0)