From: Mathias Anselmann Date: Fri, 21 May 2021 19:38:31 +0000 (+0200) Subject: fix indentation X-Git-Tag: v9.3.0-rc1~8^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37713d52752e4784c480a8f02680217b75b7ac07;p=dealii.git fix indentation --- 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)