Skip to content

Commit 0f742a3

Browse files
committed
[PRISM] Remove trailing spaces
1 parent ed99f03 commit 0f742a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prism_compile.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5461,7 +5461,7 @@ pm_compile_node(rb_iseq_t *iseq, const pm_node_t *node, LINK_ANCHOR *const ret,
54615461

54625462
pm_compile_constant_read(iseq, name, &cast->base.location, ret, scope_node);
54635463
if (popped) PUSH_INSN(ret, location, pop);
5464-
5464+
54655465
return;
54665466
}
54675467
case PM_CONSTANT_AND_WRITE_NODE: {
@@ -5839,7 +5839,7 @@ pm_compile_node(rb_iseq_t *iseq, const pm_node_t *node, LINK_ANCHOR *const ret,
58395839
PUSH_INSN1(args, location, putobject, ID2SYM(id));
58405840
PUSH_GETLOCAL(args, location, idx, depth);
58415841
}
5842-
5842+
58435843
PUSH_SEND(args, location, id_core_hash_merge_ptr, INT2FIX(i * 2 + 1));
58445844
flag |= VM_CALL_KW_SPLAT| VM_CALL_KW_SPLAT_MUT;
58455845
}

0 commit comments

Comments
 (0)