Skip to content

Commit d84724e

Browse files
committed
Run clang-format on xassign & test_xassign
1 parent b2cea00 commit d84724e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

include/xtensor/xassign.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,7 @@ namespace xt
13461346
inline void strided_loop_assigner<false>::run(E1& /*e1*/, const E2& /*e2*/, const loop_sizes_t&)
13471347
{
13481348
}
1349+
13491350
template <>
13501351
template <class E1, class E2>
13511352
inline void strided_loop_assigner<false>::run(E1& e1, const E2& e2)

test/test_xassign.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* The full license is in the file LICENSE, distributed with this software. *
88
****************************************************************************/
99

10+
#include <iterator>
1011
#include <type_traits>
1112
#include <vector>
12-
#include <iterator>
1313

1414
#include "xtensor/xarray.hpp"
1515
#include "xtensor/xassign.hpp"
@@ -87,6 +87,7 @@ class my_vector
8787
{
8888
return std::make_reverse_iterator(end());
8989
}
90+
9091
auto rend() const
9192
{
9293
return std::make_reverse_iterator(begin());

0 commit comments

Comments
 (0)