mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
strip trailing spaces and adjusted indents [ci skip]
This commit is contained in:
parent
98de98fb70
commit
0d52dce3a3
2 changed files with 12 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue