all: Reformat remaining C code that doesn't have a space after a comma.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2022-05-05 13:28:32 +10:00
parent aec8db3cd1
commit 5b700b0af9
10 changed files with 28 additions and 28 deletions

View File

@@ -167,7 +167,7 @@ NORETURN void nlr_jump_fail(void *val);
#if !MICROPY_NLR_SETJMP
#define nlr_push(val) \
assert(MP_STATE_THREAD(nlr_top) != val),nlr_push(val)
assert(MP_STATE_THREAD(nlr_top) != val), nlr_push(val)
/*
#define nlr_push(val) \