Change formatting rules
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
#define assert(x) \
|
||||
do { \
|
||||
if (!(x)) { \
|
||||
DEBUG ("%s ssertion failed\n", #x); \
|
||||
spin (); \
|
||||
__builtin_unreachable (); \
|
||||
DEBUG("%s ssertion failed\n", #x); \
|
||||
spin(); \
|
||||
__builtin_unreachable(); \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user