Adjust style [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2023-06-07 10:10:08 +09:00
parent 2b54c135ff
commit 46583f7dcf
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

3
io.c
View File

@ -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; rb_io_t *fptr;
GetOpenFile(io, fptr); GetOpenFile(io, fptr);