fix spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2011-01-08 13:07:20 +00:00
parent 113f27ba68
commit d3b337c58d
2 changed files with 3 additions and 3 deletions

4
io.c
View file

@ -10063,8 +10063,8 @@ argf_write(VALUE argf, VALUE str)
*/
/*
* Document-class: EOFError
*
* Document-class: EOFError
*
* Raised by some IO operations when reaching the end of file. Many IO
* methods exist in two forms,
*