From 11f8c89171ff0b260891dec064cf69d9400a0704 Mon Sep 17 00:00:00 2001 From: git Date: Sun, 16 Jun 2019 22:48:23 +0900 Subject: * expand tabs. --- compile.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/compile.c b/compile.c index 6351914f7f..928a95b985 100644 --- a/compile.c +++ b/compile.c @@ -6859,22 +6859,22 @@ iseq_compile_each0(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *node, in if (node->nd_vid) { ADD_INSN1(ret, line, putspecialobject, INT2FIX(VM_SPECIAL_OBJECT_CONST_BASE)); - base_id = node->nd_vid; + base_id = node->nd_vid; } else { compile_cpath(ret, iseq, node->nd_else); - base_id = node->nd_else->nd_mid; + base_id = node->nd_else->nd_mid; } - CHECK(COMPILE(ret, "lvalue", node->nd_value)); + CHECK(COMPILE(ret, "lvalue", node->nd_value)); - if (popped) { + if (popped) { ADD_INSN(ret, line, swap); - } else { - ADD_INSN(ret, line, dup); + } else { + ADD_INSN(ret, line, dup); ADD_INSN1(ret, line, reverse, INT2FIX(3)); - } + } - ADD_INSN1(ret, line, setconstant, ID2SYM(base_id)); + ADD_INSN1(ret, line, setconstant, ID2SYM(base_id)); break; } case NODE_CVASGN:{ -- cgit v1.2.3