Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Jul 2, 2024
1 parent 81cd09c commit 9cda922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/View/Kokkos_ViewAlloc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ struct ViewValueFunctor<DeviceType, ValueType, false /* is_scalar */> {
(ptr + i)->~ValueType();
}

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

ViewValueFunctor(ExecSpace const& arg_space, ValueType* const arg_ptr,
Expand Down

0 comments on commit 9cda922

Please sign in to comment.