diff --git a/io.c b/io.c index 772aa8fe1e..a2baa67b3c 100644 --- a/io.c +++ b/io.c @@ -2869,7 +2869,8 @@ rb_io_descriptor(VALUE io) } } -int rb_io_mode(VALUE io) +int +rb_io_mode(VALUE io) { rb_io_t *fptr; GetOpenFile(io, fptr);