summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-09 08:20:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-09 08:20:32 +0000
commit00eedd2da9bb601745002e572dd43d220020849c (patch)
treea94c6675d1b1b2a6517583b0f2ff208cb5150fd8 /io.c
parent99628bf1f0f401ef2ad877675321432ebb9a7586 (diff)
adjust indentation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/io.c b/io.c
index fd612ddcce..4ac72c9af3 100644
--- a/io.c
+++ b/io.c
@@ -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);