* expand tabs.
This commit is contained in:
parent
aa8d393d8a
commit
14b5ccf91b
2
ruby.c
2
ruby.c
@ -2011,7 +2011,7 @@ load_file_internal(VALUE argp_v)
|
|||||||
else if (!NIL_P(c)) {
|
else if (!NIL_P(c)) {
|
||||||
rb_io_ungetbyte(f, c);
|
rb_io_ungetbyte(f, c);
|
||||||
}
|
}
|
||||||
if (NIL_P(c)) {
|
if (NIL_P(c)) {
|
||||||
argp->f = f = Qnil;
|
argp->f = f = Qnil;
|
||||||
}
|
}
|
||||||
if (!(opt->dump & ~DUMP_BIT(version_v))) {
|
if (!(opt->dump & ~DUMP_BIT(version_v))) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user