1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2015-07-14 16:26:10 +00:00
parent a82ce7c556
commit af4cbc4fe0

2
vm.c
View file

@ -577,7 +577,7 @@ vm_make_env_each(rb_thread_t *const th, rb_control_frame_t *const cfp)
new_ep = &env->env[i - 1];
new_ep[1] = envval;
if (blockprocval) new_ep[2] = blockprocval;
/* as Binding */
env->block.self = cfp->self;
env->block.ep = cfp->ep = new_ep;