From 2600ababb69521d934f3a057af15eeef33b986ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Mon, 7 Sep 2020 22:57:39 -0400 Subject: [PATCH] style: fix indentation --- src/include/units/concepts.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/units/concepts.h b/src/include/units/concepts.h index 7ef8cbb8..1d4fa618 100644 --- a/src/include/units/concepts.h +++ b/src/include/units/concepts.h @@ -167,10 +167,10 @@ namespace detail { template auto default_unit() { - if constexpr (BaseDimension) - return TYPENAME D::base_unit{}; - else - return TYPENAME D::coherent_unit{}; + if constexpr (BaseDimension) + return TYPENAME D::base_unit{}; + else + return TYPENAME D::coherent_unit{}; } } // namespace detail