From 37713d52752e4784c480a8f02680217b75b7ac07 Mon Sep 17 00:00:00 2001 From: Mathias Anselmann Date: Fri, 21 May 2021 21:38:31 +0200 Subject: [PATCH] fix indentation --- include/deal.II/base/tensor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/base/tensor.h b/include/deal.II/base/tensor.h index 16129ef75a..e777735b5f 100644 --- a/include/deal.II/base/tensor.h +++ b/include/deal.II/base/tensor.h @@ -923,7 +923,7 @@ constexpr DEAL_II_ALWAYS_INLINE DEAL_II_CUDA_HOST_DEV -#if __GNUC__ >= 11 || defined __INTEL_COMPILER +# if __GNUC__ >= 11 || defined __INTEL_COMPILER template constexpr DEAL_II_ALWAYS_INLINE DEAL_II_CUDA_HOST_DEV Tensor<0, dim, Number>::Tensor(const Tensor<0, dim, Number> &other) @@ -1282,7 +1282,7 @@ constexpr DEAL_II_ALWAYS_INLINE Tensor:: } -#if __GNUC__ >= 11 || defined __INTEL_COMPILER +# if __GNUC__ >= 11 || defined __INTEL_COMPILER template constexpr DEAL_II_ALWAYS_INLINE Tensor::Tensor(const Tensor &other) -- 2.39.5