strip trailing spaces and adjusted indents [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-11-12 19:27:20 +09:00
parent 98de98fb70
commit 0d52dce3a3
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 12 additions and 12 deletions

View file

@ -30,7 +30,7 @@ sync_wakeup(struct list_head *head, long max)
list_del_init(&cur->node);
if (cur->th->status != THREAD_KILLED) {
if (cur->th->scheduler != Qnil) {
rb_scheduler_unblock(cur->th->scheduler, cur->self, rb_fiberptr_self(cur->fiber));
} else {