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

ruby-changes:55202

From: svn <ko1@a...>
Date: Tue, 2 Apr 2019 12:49:04 +0900 (JST)
Subject: [ruby-changes:55202] svn:r67410 (trunk): * expand tabs.

svn	2019-04-02 12:49:00 +0900 (Tue, 02 Apr 2019)

  New Revision: 67410

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

  Log:
    * expand tabs.

  Modified files:
    trunk/ext/date/date_parse.c
Index: ext/date/date_parse.c
===================================================================
--- ext/date/date_parse.c	(revision 67409)
+++ ext/date/date_parse.c	(revision 67410)
@@ -2177,7 +2177,7 @@ date__parse(VALUE str, VALUE comp) https://github.com/ruby/ruby/blob/trunk/ext/date/date_parse.c#L2177
 #endif
 
     {
-	if (RTEST(del_hash("_bc"))) {
+        if (RTEST(del_hash("_bc"))) {
 	    VALUE y;
 
 	    y = ref_hash("cwyear");
@@ -2192,7 +2192,7 @@ date__parse(VALUE str, VALUE comp) https://github.com/ruby/ruby/blob/trunk/ext/date/date_parse.c#L2192
 	    }
 	}
 
-	if (RTEST(del_hash("_comp"))) {
+        if (RTEST(del_hash("_comp"))) {
 	    VALUE y;
 
 	    y = ref_hash("cwyear");

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

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