1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Remove extra newline in math.hpp

This commit is contained in:
spacek531
2017-07-04 13:45:29 -07:00
committed by Ted John
parent b460401ab6
commit bb8160fa3b

View File

@@ -48,5 +48,4 @@ namespace Math
if (x > 0) return 1;
return 0;
}
}