From 39e495d4324837cb8016d246fac3d395f484ab91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de> Date: Thu, 28 Sep 2023 12:17:23 +0200 Subject: [PATCH] [common][typetraits] fix indentation --- dumux/common/typetraits/typetraits.hh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dumux/common/typetraits/typetraits.hh b/dumux/common/typetraits/typetraits.hh index f8efdf1df9..357cd66f10 100644 --- a/dumux/common/typetraits/typetraits.hh +++ b/dumux/common/typetraits/typetraits.hh @@ -16,12 +16,12 @@ namespace Dumux { - /*! - * \brief Template which always yields a false value - * \tparam T Some type. - */ - template<typename T> - struct AlwaysFalse : public std::false_type {}; +/*! + * \brief Template which always yields a false value + * \tparam T Some type. + */ +template<typename T> +struct AlwaysFalse : public std::false_type {}; /*! * \brief Function that performs no operation. -- GitLab