From cee394eb228efa4160501ef02a1cd6a696909972 Mon Sep 17 00:00:00 2001 From: git Date: Sat, 3 Aug 2019 13:51:23 +0900 Subject: [PATCH] * expand tabs. --- vm_eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);