Macro formatting
This commit is contained in:
parent
117adf9da1
commit
88def95e47
1 changed files with 1 additions and 1 deletions
2
assert.h
2
assert.h
|
@ -3,7 +3,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define ASSERT(expr) \
|
||||
#define ASSERT(expr) \
|
||||
do { \
|
||||
if (!(expr)) { \
|
||||
printf("ASSERTION FAILED: %s at %s:%d\n", #expr, __FILE__, \
|
||||
|
|
Loading…
Add table
Reference in a new issue