summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-09 03:25:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-09 03:25:07 +0000
commitc65134a3278b918fe3daf0dbb147c85c7d89d416 (patch)
treed7302f90092af7850ca217b81d26dc4a3422bd6e /io.c
parent8b322b5cf6d21e9e72e06e6172d3ac6c4b4ca8e1 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 9846596aba..cc9e50e685 100644
--- a/io.c
+++ b/io.c
@@ -5500,7 +5500,7 @@ rb_open_file(int argc, VALUE *argv, VALUE io)
* be passed the opened +file+ as an argument, and the File object will
* automatically be closed when the block terminates. In this instance,
* <code>File.open</code> returns the value of the block.
- *
+ *
* See IO.new for a list of values for the +opt+ parameter.
*/