1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-26 08:20:27 +00:00

Reformat capi.c

This commit is contained in:
Calvin Rose 2019-06-15 11:04:24 -04:00
parent 779fcf2d54
commit 3598f056bb

View File

@ -266,7 +266,7 @@ uint64_t janet_getflags(const Janet *argv, int32_t n, const char *flags) {
} }
} }
janet_panicf("unexpected flag %c, expected one of \"%s\"", (char) keyw[j], flags); janet_panicf("unexpected flag %c, expected one of \"%s\"", (char) keyw[j], flags);
found: found:
; ;
} }
return ret; return ret;