summaryrefslogtreecommitdiffstats
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
commit5fabee3f415970a604dfbc46a8669d4f71059b03 (patch)
tree5cf31ea385623da11abb9c26fa2c802a0cc35ed7
parentdead00332c5af081998ffbe2fd7304c1fe84daf1 (diff)
downloadruby-5fabee3f415970a604dfbc46a8669d4f71059b03.tar.gz
ruby-5fabee3f415970a604dfbc46a8669d4f71059b03.tar.xz
ruby-5fabee3f415970a604dfbc46a8669d4f71059b03.zip
* 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
-rw-r--r--ChangeLog4
-rw-r--r--io.c4
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 <akr@fsij.org>
+
+ * io.c (pipe_close): fix coding style. [ruby-dev:37554]
+
Tue Dec 23 08:10:05 2008 Eric Hodel <drbrain@segment7.net>
* 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;