1
0
mirror of https://github.com/janet-lang/janet synced 2025-06-25 14:42:56 +00:00

formatting

This commit is contained in:
Calvin Rose 2025-04-05 17:32:07 -05:00
parent bdab93c999
commit 2fedb67cb3

View File

@ -814,8 +814,8 @@ JANET_CORE_FN(os_proc_close,
}
JANET_CORE_FN(os_proc_getpid,
"(os/getpid)",
"Get the process ID of the current process.") {
"(os/getpid)",
"Get the process ID of the current process.") {
janet_sandbox_assert(JANET_SANDBOX_SUBPROCESS);
janet_fixarity(argc, 0);
(void) argv;