Skip to content

Commit

Permalink
kokkos#6805: some more formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Feb 21, 2024
1 parent a619453 commit 3b54534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/impl/Kokkos_ViewDataAnalysis.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ struct KOKKOS_IMPL_ENFORCE_EMPTY_BASE_OPTIMIZATION ViewDimension
static constexpr unsigned rank = sizeof...(Vals);
static constexpr unsigned rank_dynamic = Impl::rank_dynamic<Vals...>::value;

ViewDimension() = default;
ViewDimension(const ViewDimension&) = default;
ViewDimension() = default;
ViewDimension(const ViewDimension&) = default;
ViewDimension& operator=(const ViewDimension&) = default;

KOKKOS_INLINE_FUNCTION
Expand Down

0 comments on commit 3b54534

Please sign in to comment.