aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-07-14 13:57:57 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-07-14 13:57:57 +0900
commit1d46642487d5340cf6c1f17b36ff0f64b0c1595c (patch)
tree7ce2bd9649cfca8d6d476232610aded6fa1039ba /io.c
parent315d3adf0f9660568bdca01fd6ddd196c92973d2 (diff)
downloadruby-1d46642487d5340cf6c1f17b36ff0f64b0c1595c.tar.gz
* expand tabs.
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index e4d9f3c4ec..154b45e950 100644
--- a/io.c
+++ b/io.c
@@ -7275,7 +7275,7 @@ io_reopen(VALUE io, VALUE nfile)
rb_sys_fail(0);
}
else {
- flush_before_seek(fptr);
+ flush_before_seek(fptr);
}
if (orig->mode & FMODE_READABLE) {
pos = io_tell(orig);