From 45f6fbf339e3666ea1e64d9e13fd40c61977248d Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 29 May 2010 18:51:39 +0000 Subject: * removed trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28085 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 75eadcf3fc..b67bcaf9c6 100644 --- a/io.c +++ b/io.c @@ -1176,7 +1176,7 @@ static void clear_readconv(rb_io_t *fptr); * f.rewind #=> 0 * f.lineno #=> 0 * f.readline #=> "This is line one\n" - * + * * Note that it cannot be used with streams such as pipes, ttys, and sockets. */ -- cgit v1.2.3