Skip to content

Commit f75ccd8

Browse files
committed
Make clang-format happy
1 parent d0d3e6f commit f75ccd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/libtensor/include/utils/strided_iters.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
#include <algorithm> // sort
3030
#include <array>
3131
#include <numeric> // std::iota
32-
#include <vector>
3332
#include <tuple>
33+
#include <vector>
3434

3535
/* An N-dimensional array can be stored in a single
3636
* contiguous chunk of memory by contiguously laying

0 commit comments

Comments
 (0)