Skip to content

Commit a5ae1d4

Browse files
committed
Fix formatting inconsistency
1 parent 798799d commit a5ae1d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c_functions/compression/compression.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ void *realloc_sized(void *old, size_t old_size, size_t new_size) {
2828

2929
#define STBI_WRITE_NO_STDIO
3030
#define STBIW_ASSERT(x) \
31-
{ \
32-
}
31+
do { \
32+
} while (0)
3333
#define STBIW_MALLOC(size) dandelion_alloc(size, 8)
3434
#define STBIW_FREE(ptr) dandelion_free(ptr)
3535
#define STBIW_REALLOC_SIZED(ptr, old_size, new_size) \

0 commit comments

Comments
 (0)