mirror of
https://github.com/janet-lang/janet
synced 2025-08-30 09:28:03 +00:00
make format
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user