Fix: Globally apply preprocessor directive coding style
Global; except for the 32-bit SSE blitter, which has some #DEFINEs in not-very-nice places.
This commit is contained in:

committed by
Niels Martin Hansen

parent
97592c4093
commit
716c883737
@@ -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
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user