From 3b545344ff384146a23c036100e385ea85edd041 Mon Sep 17 00:00:00 2001 From: Nicolas Morales Date: Wed, 21 Feb 2024 11:03:33 -0800 Subject: [PATCH] #6805: some more formatting fixes --- core/src/impl/Kokkos_ViewDataAnalysis.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/impl/Kokkos_ViewDataAnalysis.hpp b/core/src/impl/Kokkos_ViewDataAnalysis.hpp index 398dfde1a46..d654f156f9f 100644 --- a/core/src/impl/Kokkos_ViewDataAnalysis.hpp +++ b/core/src/impl/Kokkos_ViewDataAnalysis.hpp @@ -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::value; - ViewDimension() = default; - ViewDimension(const ViewDimension&) = default; + ViewDimension() = default; + ViewDimension(const ViewDimension&) = default; ViewDimension& operator=(const ViewDimension&) = default; KOKKOS_INLINE_FUNCTION