aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-04 09:36:32 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-04 09:36:32 +0900
commit14b5ccf91b8df1e61ae20f606b85cbb86d087f16 (patch)
tree4eb88a1bd6623cc29d7b2281f638dc7788e05046 /ruby.c
parentaa8d393d8a69d1a5780d338692f75e2dd821c5b0 (diff)
downloadruby-14b5ccf91b8df1e61ae20f606b85cbb86d087f16.tar.gz
* expand tabs.
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index e016197e05..c32055a203 100644
--- a/ruby.c
+++ b/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))) {