From 21082eac50d35e0c54a85066a3609c7b5063c0f7 Mon Sep 17 00:00:00 2001 From: git Date: Wed, 19 Apr 2023 00:16:36 +0000 Subject: * expand tabs. [ci skip] Please consider using misc/expand_tabs.rb as a pre-commit hook. --- compile.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index be5fd9c345..bd4b6e559a 100644 --- a/compile.c +++ b/compile.c @@ -3706,10 +3706,10 @@ iseq_specialized_instruction(rb_iseq_t *iseq, INSN *iobj) if (IS_INSN_ID(niobj, send)) { const struct rb_callinfo *ci = (struct rb_callinfo *)OPERAND_AT(niobj, 0); if ((vm_ci_flag(ci) & VM_CALL_ARGS_SIMPLE) && vm_ci_argc(ci) == 0) { - switch (vm_ci_mid(ci)) { - case idMax: - case idMin: - case idHash: + switch (vm_ci_mid(ci)) { + case idMax: + case idMin: + case idHash: { rb_num_t num = (rb_num_t)iobj->operands[0]; iobj->insn_id = BIN(opt_newarray_send); @@ -3720,9 +3720,9 @@ iseq_specialized_instruction(rb_iseq_t *iseq, INSN *iobj) ELEM_REMOVE(&niobj->link); return COMPILE_OK; } - } - } - } + } + } + } } if (IS_INSN_ID(iobj, send)) { -- cgit v1.2.1