mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 21:47:00 -04:00
Change tabs to two spaces.
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
// ----------------------------------------------------------------------------- : GCC
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
||||
/// Absolute value of integers
|
||||
template <typename T>
|
||||
inline T abs(T a) { return a < 0 ? -a : a; }
|
||||
|
||||
|
||||
/// Absolute value of integers
|
||||
template <typename T>
|
||||
inline T abs(T a) { return a < 0 ? -a : a; }
|
||||
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------- : EOF
|
||||
|
||||
Reference in New Issue
Block a user