aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2019-11-29 03:18:19 +0900
committergit <svn-admin@ruby-lang.org>2019-11-29 03:18:19 +0900
commit27d0d7c0d39076d4bbacd3c3f3864322699db7b4 (patch)
tree71cce1d624da9f31ceea4f5361cfb307dd431764 /vm_insnhelper.c
parent2e6f1cf8b264f4c8499c4e5f18bf662fdade04ff (diff)
downloadruby-27d0d7c0d39076d4bbacd3c3f3864322699db7b4.tar.gz
* 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 19349657d7..e3343109ff 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -2318,7 +2318,7 @@ vm_call_iseq_setup_tailcall(rb_execution_context_t *ec, rb_control_frame_t *cfp,
iseq->body->stack_max);
cfp->sp = sp_orig;
-
+
return Qundef;
}