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:
parent
779fcf2d54
commit
3598f056bb
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user