ruby-changes:61954
From: Kazuki <ko1@a...>
Date: Sat, 27 Jun 2020 13:54:05 +0900 (JST)
Subject: [ruby-changes:61954] 600f3990d6 (master): Cosmetic change
https://git.ruby-lang.org/ruby.git/commit/?id=600f3990d6 From 600f3990d671103d50b8eb868d7ce3bd72130902 Mon Sep 17 00:00:00 2001 From: Kazuki Tsujimoto <kazuki@c...> Date: Sat, 27 Jun 2020 13:53:47 +0900 Subject: Cosmetic change diff --git a/compile.c b/compile.c index a28c023..e6411a2 100644 --- a/compile.c +++ b/compile.c @@ -6261,7 +6261,8 @@ iseq_compile_array_deconstruct(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NO https://github.com/ruby/ruby/blob/trunk/compile.c#L6261 ADD_INSN(ret, line, pop); ADD_INSN1(ret, line, topn, INT2FIX(deconstructed_pos - 1)); ADD_INSNL(ret, line, jump, deconstructed); - } else { + } + else { ADD_INSNL(ret, line, jump, deconstruct); } -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/