From 9cda922bae4392c89035d8ceb0a713b975b2b0c4 Mon Sep 17 00:00:00 2001 From: Nicolas Morales Date: Tue, 2 Jul 2024 10:56:39 -0400 Subject: [PATCH] fix formatting --- core/src/View/Kokkos_ViewAlloc.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/View/Kokkos_ViewAlloc.hpp b/core/src/View/Kokkos_ViewAlloc.hpp index 1de9ab79110..71bd5cffeb9 100644 --- a/core/src/View/Kokkos_ViewAlloc.hpp +++ b/core/src/View/Kokkos_ViewAlloc.hpp @@ -80,8 +80,8 @@ struct ViewValueFunctor { (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,