From 2fedb67cb3a29fcc0619e75d21a4bab6dacd6e95 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 5 Apr 2025 17:32:07 -0500 Subject: [PATCH] formatting --- src/core/os.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/os.c b/src/core/os.c index 1ef06860..b2387979 100644 --- a/src/core/os.c +++ b/src/core/os.c @@ -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;