* expand tabs.

This commit is contained in:
git 2019-07-14 13:57:57 +09:00
parent 315d3adf0f
commit 1d46642487

2
io.c
View File

@ -7275,7 +7275,7 @@ io_reopen(VALUE io, VALUE nfile)
rb_sys_fail(0); rb_sys_fail(0);
} }
else { else {
flush_before_seek(fptr); flush_before_seek(fptr);
} }
if (orig->mode & FMODE_READABLE) { if (orig->mode & FMODE_READABLE) {
pos = io_tell(orig); pos = io_tell(orig);