summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-23 22:01:38 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-23 22:01:38 +0000
commit4f6e3029962d85199a26849c6c84587d2ac1ecb9 (patch)
tree1ac7a6e3573b740bc8cf369b7ea0929b50a1f2fe
parentdab99d4e27a57a8757d86e7b98303c97a7493def (diff)
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index 4ec9bb8e64..eca77e5002 100644
--- a/thread.c
+++ b/thread.c
@@ -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) {