1
0
mirror of https://github.com/janet-lang/janet synced 2025-05-11 11:54: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
static void janet_timeout_stop(int sig_num) {
if(sig_num == SIGUSR1) {
if (sig_num == SIGUSR1) {
pthread_exit(0);
}
}