diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-09 08:20:32 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-09 08:20:32 +0000 |
| commit | b61c5221d142eaae0f4a352f3e91f5ef0339a1b4 (patch) | |
| tree | a94c6675d1b1b2a6517583b0f2ff208cb5150fd8 | |
| parent | 458bd16496a3cd6dc97e98cf80e51cfe8d9d0fa2 (diff) | |
| download | ruby-b61c5221d142eaae0f4a352f3e91f5ef0339a1b4.tar.gz ruby-b61c5221d142eaae0f4a352f3e91f5ef0339a1b4.tar.xz ruby-b61c5221d142eaae0f4a352f3e91f5ef0339a1b4.zip | |
adjust indentation
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | io.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); |
