From 5fabee3f415970a604dfbc46a8669d4f71059b03 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 23 Dec 2008 03:00:31 +0000 Subject: * io.c (pipe_close): fix coding style. [ruby-dev:37554] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ io.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 09d7f933e..568c65d91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Dec 23 12:00:00 2008 Tanaka Akira + + * io.c (pipe_close): fix coding style. [ruby-dev:37554] + Tue Dec 23 08:10:05 2008 Eric Hodel * lib/rubygems/installer.rb: Fix documentation. [bug#827] diff --git a/io.c b/io.c index 4b55079f2..da1e5c140 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; -- cgit