Skip to content

Commit

Permalink
* expand tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
matzbot committed Jul 30, 2019
1 parent ebc99e0 commit a4c0934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions io.c
Expand Up @@ -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
Expand Down

0 comments on commit a4c0934

Please sign in to comment.