mirror of
https://github.com/janet-lang/janet
synced 2025-05-11 11:54:12 +00:00
make format
This commit is contained in:
parent
5ebe945ffd
commit
647e218bed
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user