From fddffa4c7a86039c63c97f4e5c883de9f3bd0e02 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 11 Oct 2020 11:57:17 +0900 Subject: Respect the original styles [ci skip] --- io.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index b970244e1e..c986ffbc47 100644 --- a/io.c +++ b/io.c @@ -1262,7 +1262,8 @@ io_fflush(rb_io_t *fptr) } VALUE -rb_io_wait(VALUE io, VALUE events, VALUE timeout) { +rb_io_wait(VALUE io, VALUE events, VALUE timeout) +{ VALUE scheduler = rb_thread_current_scheduler(); if (scheduler != Qnil) { -- cgit v1.2.3