From d4929f518562b4e346af57f724232595b674f2b0 Mon Sep 17 00:00:00 2001 From: git Date: Sun, 16 Jun 2019 23:01:46 +0900 Subject: * expand tabs. --- compile.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index 80dc5e729a..7550bb9b64 100644 --- a/compile.c +++ b/compile.c @@ -6855,20 +6855,20 @@ iseq_compile_each0(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *node, in break; } case NODE_CDECL:{ - CHECK(COMPILE(ret, "lvalue", node->nd_value)); + CHECK(COMPILE(ret, "lvalue", node->nd_value)); - if (!popped) { - ADD_INSN(ret, line, dup); - } + if (!popped) { + ADD_INSN(ret, line, dup); + } if (node->nd_vid) { ADD_INSN1(ret, line, putspecialobject, INT2FIX(VM_SPECIAL_OBJECT_CONST_BASE)); - ADD_INSN1(ret, line, setconstant, ID2SYM(node->nd_vid)); + ADD_INSN1(ret, line, setconstant, ID2SYM(node->nd_vid)); } else { compile_cpath(ret, iseq, node->nd_else); - ADD_INSN1(ret, line, setconstant, ID2SYM(node->nd_else->nd_mid)); + ADD_INSN1(ret, line, setconstant, ID2SYM(node->nd_else->nd_mid)); } break; } -- cgit v1.2.3