From 182c8f8357739f905bbd721006480502435b6b43 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 27 Nov 2022 12:04:31 -0800 Subject: Update brace style to match rest of my projects --- app/source/Cplt/Utils/Math.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/source/Cplt/Utils/Math.hpp') diff --git a/app/source/Cplt/Utils/Math.hpp b/app/source/Cplt/Utils/Math.hpp index da53da2..0e760c1 100644 --- a/app/source/Cplt/Utils/Math.hpp +++ b/app/source/Cplt/Utils/Math.hpp @@ -3,8 +3,7 @@ namespace MathUtils { template -constexpr T Abs(T t) -{ +constexpr T Abs(T t) { return t < 0 ? -t : t; } -- cgit v1.2.3-70-g09d2