aboutsummaryrefslogtreecommitdiffstats
path: root/vm_eval.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-03 13:51:23 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-03 13:51:23 +0900
commitcee394eb228efa4160501ef02a1cd6a696909972 (patch)
tree5e67962fa097174f23cafeb210c706fa3df2861e /vm_eval.c
parent5931857281ce45c1c277aa86d1588119ab00a955 (diff)
downloadruby-cee394eb228efa4160501ef02a1cd6a696909972.tar.gz
* expand tabs.
Diffstat (limited to 'vm_eval.c')
-rw-r--r--vm_eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_eval.c b/vm_eval.c
index 2cb04af5b2..222389ec08 100644
--- a/vm_eval.c
+++ b/vm_eval.c
@@ -1294,7 +1294,7 @@ eval_make_iseq(VALUE src, VALUE fname, int line, const rb_binding_t *bind,
rb_parser_warn_location(parser, TRUE);
}
else {
- fname = rb_fstring_lit("(eval)");
+ fname = rb_fstring_lit("(eval)");
}
rb_parser_set_context(parser, base_block, FALSE);