From 67032770242c09f9280cd765ff93735b451856bb Mon Sep 17 00:00:00 2001 From: svn Date: Thu, 21 Feb 2019 20:59:12 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- compile.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index b04917066d..4c7a8c136f 100644 --- a/compile.c +++ b/compile.c @@ -6099,13 +6099,13 @@ static int iseq_compile_each(rb_iseq_t *iseq, LINK_ANCHOR *ret, const NODE *node, int popped) { if (node == 0) { - if (!popped) { - int lineno = ISEQ_COMPILE_DATA(iseq)->last_line; - if (lineno == 0) lineno = FIX2INT(rb_iseq_first_lineno(iseq)); - debugs("node: NODE_NIL(implicit)\n"); - ADD_INSN(ret, lineno, putnil); - } - return COMPILE_OK; + if (!popped) { + int lineno = ISEQ_COMPILE_DATA(iseq)->last_line; + if (lineno == 0) lineno = FIX2INT(rb_iseq_first_lineno(iseq)); + debugs("node: NODE_NIL(implicit)\n"); + ADD_INSN(ret, lineno, putnil); + } + return COMPILE_OK; } return iseq_compile_each0(iseq, ret, node, popped); } -- cgit v1.2.3