mirror of
https://github.com/janet-lang/janet
synced 2025-11-25 19:54:48 +00:00
Fix formatting.
This commit is contained in:
@@ -779,7 +779,7 @@ void janet_loop1_impl(int has_timeout, JanetTimestamp to) {
|
||||
JanetAsyncStatus status = state->machine(state, JANET_ASYNC_EVENT_COMPLETE);
|
||||
if (status == JANET_ASYNC_STATUS_DONE) {
|
||||
janet_unlisten(state);
|
||||
}
|
||||
}
|
||||
break;
|
||||
} else {
|
||||
state = state->_next;
|
||||
|
||||
Reference in New Issue
Block a user