summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/io.c b/io.c
index 4b55079f23..da1e5c1405 100644
--- a/io.c
+++ b/io.c
@@ -6906,8 +6906,8 @@ io_encoding_set(rb_io_t *fptr, VALUE v1, VALUE v2, VALUE opt)
}
-static
-VALUE pipe_close(VALUE args)
+static VALUE
+pipe_close(VALUE args)
{
VALUE *rw = (VALUE*)args;
VALUE io;