1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

adjust indentation

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2003-01-09 08:20:32 +00:00
parent 99628bf1f0
commit 00eedd2da9

6
io.c
View file

@ -825,9 +825,9 @@ io_read(argc, argv, io)
rb_str_resize(str, 0);
return str;
}
if (len > RSTRING(str)->len) {
rb_str_resize(str,len);
}
if (len > RSTRING(str)->len) {
rb_str_resize(str,len);
}
}
READ_CHECK(fptr->f);