aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-07-31 05:49:04 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-07-31 05:49:04 +0900
commita4c09342a2219a8374240ef8d0ca86abe287f715 (patch)
tree75bc12aa0182dbbfd127f0ff92582e5780f89672 /io.c
parentebc99e026d0ae770b297a93d1f1c1ceeffd13bfc (diff)
downloadruby-a4c09342a2219a8374240ef8d0ca86abe287f715.tar.gz
* expand tabs.
Diffstat (limited to 'io.c')
-rw-r--r--io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/io.c b/io.c
index d0257ff42e..b35854c1a8 100644
--- a/io.c
+++ b/io.c
@@ -10314,8 +10314,8 @@ rb_io_s_pipe(int argc, VALUE *argv, VALUE klass)
extract_binmode(opt, &fmode);
if ((fmode & FMODE_BINMODE) && v1 == Qnil) {
- rb_io_ascii8bit_binmode(r);
- rb_io_ascii8bit_binmode(w);
+ rb_io_ascii8bit_binmode(r);
+ rb_io_ascii8bit_binmode(w);
}
#if DEFAULT_TEXTMODE