summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-04-04 13:39:49 -0400
committerKevin Newton <kddnewton@gmail.com>2024-04-04 14:14:55 -0400
commit0f742a33fb712e7b036472186bf1608bb431f0ab (patch)
tree053ebea69231ef3e7fb815f91681eb98c4abbe57
parented99f03a38aa8d78424b14994ae08ec569acdaf0 (diff)
[PRISM] Remove trailing spaces
-rw-r--r--prism_compile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/prism_compile.c b/prism_compile.c
index 2d3ab9c945..883f20bea2 100644
--- a/prism_compile.c
+++ b/prism_compile.c
@@ -5461,7 +5461,7 @@ pm_compile_node(rb_iseq_t *iseq, const pm_node_t *node, LINK_ANCHOR *const ret,
pm_compile_constant_read(iseq, name, &cast->base.location, ret, scope_node);
if (popped) PUSH_INSN(ret, location, pop);
-
+
return;
}
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,
PUSH_INSN1(args, location, putobject, ID2SYM(id));
PUSH_GETLOCAL(args, location, idx, depth);
}
-
+
PUSH_SEND(args, location, id_core_hash_merge_ptr, INT2FIX(i * 2 + 1));
flag |= VM_CALL_KW_SPLAT| VM_CALL_KW_SPLAT_MUT;
}