1
0
mirror of https://github.com/janet-lang/janet synced 2025-05-13 04:44:12 +00:00

make format

This commit is contained in:
Calvin Rose 2025-04-09 20:39:23 -05:00
parent 5ebe945ffd
commit 647e218bed

View File

@ -654,7 +654,7 @@ static VOID CALLBACK janet_timeout_stop(ULONG_PTR ptr) {
} }
#elif JANET_ANDROID #elif JANET_ANDROID
static void janet_timeout_stop(int sig_num) { static void janet_timeout_stop(int sig_num) {
if(sig_num == SIGUSR1) { if (sig_num == SIGUSR1) {
pthread_exit(0); pthread_exit(0);
} }
} }