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

ruby-changes:29425

From: nobu <ko1@a...>
Date: Thu, 20 Jun 2013 16:06:17 +0900 (JST)
Subject: [ruby-changes:29425] nobu:r41477 (trunk): * remove trailing spaces.

nobu	2013-06-20 16:06:05 +0900 (Thu, 20 Jun 2013)

  New Revision: 41477

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/benchmark/gc/ring.rb

Index: benchmark/gc/ring.rb
===================================================================
--- benchmark/gc/ring.rb	(revision 41476)
+++ benchmark/gc/ring.rb	(revision 41477)
@@ -7,7 +7,7 @@ class Ring https://github.com/ruby/ruby/blob/trunk/benchmark/gc/ring.rb#L7
   def initialize n = nil
     @next_ring = n
   end
-  
+
 
   def size
     s = 1

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

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