1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* expand tabs.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2018-11-23 22:01:38 +00:00
parent dab99d4e27
commit 4f6e302996

View file

@ -4123,7 +4123,7 @@ rb_wait_for_single_fd(int fd, int events, struct timeval *timeout)
EC_POP_TAG();
list_del(&wfd.wfd_node);
if (state) {
EC_JUMP_TAG(wfd.th->ec, state);
EC_JUMP_TAG(wfd.th->ec, state);
}
if (result < 0) {