[前][次][番号順一覧][スレッド一覧]

ruby-changes:39163

From: svn <ko1@a...>
Date: Wed, 15 Jul 2015 01:26:27 +0900 (JST)
Subject: [ruby-changes:39163] svn:r51244 (trunk): * remove trailing spaces.

svn	2015-07-15 01:26:10 +0900 (Wed, 15 Jul 2015)

  New Revision: 51244

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51244

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/vm.c
Index: vm.c
===================================================================
--- vm.c	(revision 51243)
+++ vm.c	(revision 51244)
@@ -577,7 +577,7 @@ vm_make_env_each(rb_thread_t *const th, https://github.com/ruby/ruby/blob/trunk/vm.c#L577
     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;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]