From bb8160fa3ba77cf68adc5c90b717b5a823f45e41 Mon Sep 17 00:00:00 2001 From: spacek531 Date: Tue, 4 Jul 2017 13:45:29 -0700 Subject: [PATCH] Remove extra newline in math.hpp --- src/openrct2/core/Math.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2/core/Math.hpp b/src/openrct2/core/Math.hpp index c46a1ba94a..713cf3f1a8 100644 --- a/src/openrct2/core/Math.hpp +++ b/src/openrct2/core/Math.hpp @@ -48,5 +48,4 @@ namespace Math if (x > 0) return 1; return 0; } - }