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

ruby-changes:35590

From: kazu <ko1@a...>
Date: Sun, 21 Sep 2014 16:29:04 +0900 (JST)
Subject: [ruby-changes:35590] kazu:r47672 (trunk): fix spaces [ci skip]

kazu	2014-09-21 16:28:58 +0900 (Sun, 21 Sep 2014)

  New Revision: 47672

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

  Log:
    fix spaces [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 47671)
+++ ChangeLog	(revision 47672)
@@ -29,7 +29,7 @@ Sun Sep 21 12:10:18 2014  SHIBATA Hirosh https://github.com/ruby/ruby/blob/trunk/ChangeLog#L29
 Sat Sep 20 03:46:58 2014  Masaki Matsushita <glass.saga@g...>
 
 	* array.c: use rb_equal_opt() for performance improvement.
-          [ruby-core:64954] [Feature #10227]
+	  [ruby-core:64954] [Feature #10227]
 
 Sun Sep 21 11:16:56 2014  Masaki Suketa <masaki.suketa@n...>
 
@@ -38,8 +38,8 @@ Sun Sep 21 11:16:56 2014  Masaki Suketa https://github.com/ruby/ruby/blob/trunk/ChangeLog#L38
 
 	* test/win32ole/test_win32ole_variant.rb
 	  (test_conversion_dbl2date_with_msec,
-	   test_conversion_time2date_with_msec): use assert_in_delta instead
-	   of assert_equal to treat an acceptable error range.
+	  test_conversion_time2date_with_msec): use assert_in_delta instead
+	  of assert_equal to treat an acceptable error range.
 
 Sun Sep 21 11:03:32 2014  Nobuyoshi Nakada  <nobu@r...>
 
@@ -52,7 +52,7 @@ Sat Sep 20 03:00:26 2014  Masaki Matsush https://github.com/ruby/ruby/blob/trunk/ChangeLog#L52
 	* lib/tempfile.rb: define parameters appropriately and some
 	  refactoring.
 
-	* lib/tmpdir.rb:   ditto.
+	* lib/tmpdir.rb: ditto.
 
 Sat Sep 20 23:58:21 2014  Tanaka Akira  <akr@f...>
 

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

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