From c65134a3278b918fe3daf0dbb147c85c7d89d416 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 9 Feb 2012 03:25:07 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') 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, * File.open returns the value of the block. - * + * * See IO.new for a list of values for the +opt+ parameter. */ -- cgit v1.2.3