Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fnrizzi committed Sep 7, 2023
1 parent 1cb10cb commit 7d9394d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions algorithms/src/std_algorithms/impl/Kokkos_Unique.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ IteratorType unique_exespace_impl(const std::string& label,
StdUniqueFunctor(it_found, last, tmp_first, pred), count);

// move last element too, for the same reason as the unique_copy
[[maybe_unused]] auto unused_r = Impl::move_exespace_impl("Kokkos::move_from_unique", ex,
it_found + scan_size, last,
tmp_first + count);
[[maybe_unused]] auto unused_r = Impl::move_exespace_impl(
"Kokkos::move_from_unique", ex, it_found + scan_size, last,
tmp_first + count);

// ----------
// step 3
// ----------
Expand Down

0 comments on commit 7d9394d

Please sign in to comment.