summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2019-09-06 09:50:59 +0900
committergit <svn-admin@ruby-lang.org>2019-09-06 09:50:59 +0900
commitdd81af7b6a7539473b6d7a7e35637b4a7d986523 (patch)
tree729dee3eebe5a3c58823dfe4f9bb55fd2385c8b3 /vm_insnhelper.c
parentd3cf0eb2142902245b7d45b557f73bbb1f02ba5a (diff)
* remove trailing spaces. [ci skip]
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index bc44ff37bd..c04c620b44 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -2323,7 +2323,7 @@ vm_call_opt_send(rb_execution_context_t *ec, rb_control_frame_t *reg_cfp, struct
struct rb_call_info_with_kwarg ci_entry;
struct rb_call_cache cc_entry, *cc;
- CALLER_SETUP_ARG_WITHOUT_KW_SPLAT(reg_cfp, calling, orig_ci);
+ CALLER_SETUP_ARG_WITHOUT_KW_SPLAT(reg_cfp, calling, orig_ci);
i = calling->argc - 1;