From 4f6e3029962d85199a26849c6c84587d2ac1ecb9 Mon Sep 17 00:00:00 2001 From: svn Date: Fri, 23 Nov 2018 22:01:38 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread.c') 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) { -- cgit v1.2.3