aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Math/Math.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-08-06 16:22:00 +0800
committerchai <chaifix@163.com>2018-08-06 16:22:00 +0800
commit89e7a9ecfad9a54633eb3ebbab1d1f13ad78826f (patch)
tree1ba8a806af1b8e7750d6b637c296f08e13cf268e /src/libjin/Math/Math.h
parentea9769944a2db3abe15f537dab67e16fdfc20bef (diff)
*update
Diffstat (limited to 'src/libjin/Math/Math.h')
-rw-r--r--src/libjin/Math/Math.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Math/Math.h b/src/libjin/Math/Math.h
index d4bd202..2bc8ed9 100644
--- a/src/libjin/Math/Math.h
+++ b/src/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>