mirror of
https://github.com/janet-lang/janet
synced 2025-08-31 18:08:05 +00:00
Reformat capi.c
This commit is contained in:
@@ -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);
|
||||
found:
|
||||
found:
|
||||
;
|
||||
}
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user