nit with code formatt-ed

This commit is contained in:
mio
2025-01-23 19:11:45 +08:00
parent c4d576b4e0
commit 5c239d9207
6 changed files with 268 additions and 190 deletions

View File

@ -357,9 +357,9 @@ static inline const char *colorfilter(const char *x) {
do { \
\
if (res < 0) \
ABORT(x); \
PFATAL(x); \
else \
ABORT(x); \
FATAL(x); \
\
} while (0)