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:
parent
a82ce7c556
commit
af4cbc4fe0
1 changed files with 1 additions and 1 deletions
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[1] = envval;
|
||||
if (blockprocval) new_ep[2] = blockprocval;
|
||||
|
||||
|
||||
/* as Binding */
|
||||
env->block.self = cfp->self;
|
||||
env->block.ep = cfp->ep = new_ep;
|
||||
|
|
Loading…
Add table
Reference in a new issue