Skip to content

Commit

Permalink
* expand tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
matzbot committed May 5, 2019
1 parent ff21e75 commit f1b52d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compile.c
Expand Up @@ -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 */
Expand Down

0 comments on commit f1b52d3

Please sign in to comment.