Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit e35d2ea

Browse files
committed
Fix clang-format issue
1 parent fe3d503 commit e35d2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/ESIMD/api/svm_gather_scatter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ template <typename T, int N> bool test(queue &Q) {
6464
#ifndef USE_SCALAR_OFFSET
6565
simd<Toffset, N> Offsets(0u, sizeof(T));
6666
#else
67-
Toffset Offsets = 0;
67+
Toffset Offsets = 0;
6868
#endif
6969
scatter<T, N>(Dst, Offsets, gather<T, N>(Src, Offsets));
7070
});

0 commit comments

Comments
 (0)