summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-23 03:00:31 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-23 03:00:31 +0000
commita61a5f171d2fd8e593d7a29c3b099480944aa53d (patch)
tree5cf31ea385623da11abb9c26fa2c802a0cc35ed7 /io.c
parente4d04b0b5599cded8d393af4281b691a432e3ef4 (diff)
* io.c (pipe_close): fix coding style. [ruby-dev:37554]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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;