aboutsummaryrefslogtreecommitdiff
path: root/libjin/Math/Math.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjin/Math/Math.h')
-rw-r--r--libjin/Math/Math.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjin/Math/Math.h b/libjin/Math/Math.h
index d4bd202..2bc8ed9 100644
--- a/libjin/Math/Math.h
+++ b/libjin/Math/Math.h
@@ -11,10 +11,10 @@ namespace math
{
#ifdef min
-#undef min
+# undef min
#endif // min
#ifdef max
-#undef max
+# undef max
#endif // max
template<typename T>