diff options
author | git <[email protected]> | 2019-09-06 09:50:59 +0900 |
---|---|---|
committer | git <[email protected]> | 2019-09-06 09:50:59 +0900 |
commit | dd81af7b6a7539473b6d7a7e35637b4a7d986523 (patch) | |
tree | 729dee3eebe5a3c58823dfe4f9bb55fd2385c8b3 | |
parent | d3cf0eb2142902245b7d45b557f73bbb1f02ba5a (diff) |
* remove trailing spaces. [ci skip]
-rw-r--r-- | vm_insnhelper.c | 2 |
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; |