mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
This commit is contained in:
parent
ff21e75d32
commit
f1b52d3a88
1 changed files with 3 additions and 3 deletions
|
@ -4107,13 +4107,13 @@ when_vals(rb_iseq_t *iseq, LINK_ANCHOR *const cond_seq, const NODE *vals,
|
|||
{
|
||||
while (vals) {
|
||||
const NODE *val = vals->nd_head;
|
||||
VALUE lit = rb_node_case_when_optimizable_literal(val);
|
||||
VALUE lit = rb_node_case_when_optimizable_literal(val);
|
||||
|
||||
if (lit == Qundef) {
|
||||
only_special_literals = 0;
|
||||
}
|
||||
else if (NIL_P(rb_hash_lookup(literals, lit))) {
|
||||
rb_hash_aset(literals, lit, (VALUE)(l1) | 1);
|
||||
else if (NIL_P(rb_hash_lookup(literals, lit))) {
|
||||
rb_hash_aset(literals, lit, (VALUE)(l1) | 1);
|
||||
}
|
||||
|
||||
ADD_INSN(cond_seq, nd_line(val), dup); /* dup target */
|
||||
|
|
Loading…
Reference in a new issue