ruby-changes:39046
From: svn <ko1@a...>
Date: Fri, 3 Jul 2015 20:25:38 +0900 (JST)
Subject: [ruby-changes:39046] svn:r51127 (trunk): * remove trailing spaces.
svn 2015-07-03 20:25:29 +0900 (Fri, 03 Jul 2015) New Revision: 51127 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51127 Log: * remove trailing spaces. Modified files: trunk/vm.c trunk/vm_eval.c Index: vm_eval.c =================================================================== --- vm_eval.c (revision 51126) +++ vm_eval.c (revision 51127) @@ -116,7 +116,7 @@ vm_call0_cfunc_with_frame(rb_thread_t* t https://github.com/ruby/ruby/blob/trunk/vm_eval.c#L116 { rb_control_frame_t *reg_cfp = th->cfp; - vm_push_frame(th, 0, VM_FRAME_MAGIC_CFUNC, recv, + vm_push_frame(th, 0, VM_FRAME_MAGIC_CFUNC, recv, VM_ENVVAL_BLOCK_PTR(blockptr), (VALUE)me, 0, reg_cfp->sp, 1, 0); Index: vm.c =================================================================== --- vm.c (revision 51126) +++ vm.c (revision 51127) @@ -832,7 +832,7 @@ invoke_block_from_c(rb_thread_t *th, con https://github.com/ruby/ruby/blob/trunk/vm.c#L832 if (me != 0) { /* bmethod */ - vm_push_frame(th, iseq, type | VM_FRAME_FLAG_FINISH | VM_FRAME_FLAG_BMETHOD, self, + vm_push_frame(th, iseq, type | VM_FRAME_FLAG_FINISH | VM_FRAME_FLAG_BMETHOD, self, VM_ENVVAL_PREV_EP_PTR(block->ep), (VALUE)me, /* cref or method (TODO: can we ignore cref?) */ iseq->iseq_encoded + opt_pc, -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/