From 8021978406ccb88b9ad401d6a6e942ae0a9bf536 Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Fri, 11 Jan 2019 12:06:33 +0100 Subject: [PATCH] Fix indentation --- src/utils/PastisAssert.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/utils/PastisAssert.hpp b/src/utils/PastisAssert.hpp index c2f2ee440..5093a44c2 100644 --- a/src/utils/PastisAssert.hpp +++ b/src/utils/PastisAssert.hpp @@ -88,11 +88,11 @@ PRAGMA_DIAGNOSTIC_POP static_assert(std::tuple_size_v<vargs_t> <= 1, \ "too many arguments"); \ if constexpr(std::tuple_size_v<vargs_t> == 0) { \ - printAndThrow(AssertError(__FILE__, \ - __LINE__, \ - __PRETTY_FUNCTION__, \ - #assertion)); \ - } else { \ + printAndThrow(AssertError(__FILE__, \ + __LINE__, \ + __PRETTY_FUNCTION__, \ + #assertion)); \ + } else { \ printAndThrow(AssertError(__FILE__, \ __LINE__, \ __PRETTY_FUNCTION__, \ -- GitLab