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

ruby-changes:33678

From: nobu <ko1@a...>
Date: Wed, 30 Apr 2014 18:11:10 +0900 (JST)
Subject: [ruby-changes:33678] nobu:r45759 (trunk): * remove trailing spaces.

nobu	2014-04-30 18:11:07 +0900 (Wed, 30 Apr 2014)

  New Revision: 45759

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/test/ruby/test_settracefunc.rb
Index: test/ruby/test_settracefunc.rb
===================================================================
--- test/ruby/test_settracefunc.rb	(revision 45758)
+++ test/ruby/test_settracefunc.rb	(revision 45759)
@@ -1188,6 +1188,6 @@ class TestSetTraceFunc < Test::Unit::Tes https://github.com/ruby/ruby/blob/trunk/test/ruby/test_settracefunc.rb#L1188
       assert_equal([['call', :foo], ['return', :foo]], events, 'Bug #9759')
     ensure
     end
-    
+
   end
 end

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

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