* 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:
parent
a82ce7c556
commit
af4cbc4fe0
2
vm.c
2
vm.c
@ -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 = &env->env[i - 1];
|
||||||
new_ep[1] = envval;
|
new_ep[1] = envval;
|
||||||
if (blockprocval) new_ep[2] = blockprocval;
|
if (blockprocval) new_ep[2] = blockprocval;
|
||||||
|
|
||||||
/* as Binding */
|
/* as Binding */
|
||||||
env->block.self = cfp->self;
|
env->block.self = cfp->self;
|
||||||
env->block.ep = cfp->ep = new_ep;
|
env->block.ep = cfp->ep = new_ep;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user