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

ruby-changes:56871

From: git <ko1@a...>
Date: Thu, 8 Aug 2019 17:59:53 +0900 (JST)
Subject: [ruby-changes:56871] git: 29bdfeb0c6 (master): * expand tabs.

https://git.ruby-lang.org/ruby.git/commit/?id=29bdfeb0c6

From 29bdfeb0c6d3490fbd7e5a7cc89598ca7340176e Mon Sep 17 00:00:00 2001
From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Thu, 8 Aug 2019 17:59:38 +0900
Subject: * expand tabs.


diff --git a/load.c b/load.c
index 8f40430..d16bba1 100644
--- a/load.c
+++ b/load.c
@@ -1006,7 +1006,7 @@ rb_require_internal(VALUE fname, int safe) https://github.com/ruby/ruby/blob/trunk/load.c#L1006
 	    else {
 		switch (found) {
 		  case 'r':
-		    rb_load_internal(path, 0);
+                    rb_load_internal(path, 0);
 		    break;
 
 		  case 's':
-- 
cgit v0.10.2


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

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