mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
This commit is contained in:
parent
aa8d393d8a
commit
14b5ccf91b
1 changed files with 1 additions and 1 deletions
2
ruby.c
2
ruby.c
|
@ -2011,7 +2011,7 @@ load_file_internal(VALUE argp_v)
|
|||
else if (!NIL_P(c)) {
|
||||
rb_io_ungetbyte(f, c);
|
||||
}
|
||||
if (NIL_P(c)) {
|
||||
if (NIL_P(c)) {
|
||||
argp->f = f = Qnil;
|
||||
}
|
||||
if (!(opt->dump & ~DUMP_BIT(version_v))) {
|
||||
|
|
Loading…
Reference in a new issue