mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
strip trailing spaces [ci skip]
This commit is contained in:
parent
5f69a7f604
commit
8776606b1d
1 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ rb_fiber_scheduler_process_wait(VALUE scheduler, rb_pid_t pid, int flags)
|
|||
VALUE arguments[] = {
|
||||
PIDT2NUM(pid), RB_INT2NUM(flags)
|
||||
};
|
||||
|
||||
|
||||
return rb_check_funcall(scheduler, id_process_wait, 2, arguments);
|
||||
}
|
||||
|
||||
|
@ -166,7 +166,7 @@ rb_fiber_scheduler_io_read(VALUE scheduler, VALUE io, VALUE buffer, size_t offse
|
|||
VALUE arguments[] = {
|
||||
io, buffer, SIZET2NUM(offset), SIZET2NUM(length)
|
||||
};
|
||||
|
||||
|
||||
return rb_check_funcall(scheduler, id_io_read, 4, arguments);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue