hopefully final fixes from code-format disaster :-(

This commit is contained in:
van Hauser
2020-05-10 15:36:46 +02:00
parent 30bfd44dfd
commit 07a0e2caf7
2 changed files with 23 additions and 25 deletions

View File

@ -237,6 +237,7 @@ static inline u8 *DFL_ck_memdup_str(u8 *mem, u32 size) {
({ \
\
\
\
u8 *_tmp; \
s32 _len = snprintf(NULL, 0, _str); \
if (_len < 0) FATAL("Whoa, snprintf() fails?!"); \
@ -315,6 +316,7 @@ while (0)
({ \
\
\
\
typeof(_p) _tmp = (_p); \
CHECK_PTR(_tmp); \
_tmp;