summaryrefslogtreecommitdiff
path: root/src/misc
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc')
-rw-r--r--src/misc/binaryheap.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc/binaryheap.hpp b/src/misc/binaryheap.hpp
index a967ebdf2..067ad1f29 100644
--- a/src/misc/binaryheap.hpp
+++ b/src/misc/binaryheap.hpp
@@ -17,10 +17,10 @@
#if BINARYHEAP_CHECK
/** Check for consistency. */
- #define CHECK_CONSISTY() this->CheckConsistency()
+# define CHECK_CONSISTY() this->CheckConsistency()
#else
/** Don't check for consistency. */
- #define CHECK_CONSISTY() ;
+# define CHECK_CONSISTY() ;
#endif
/**