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

ruby-changes:57006

From: git <ko1@a...>
Date: Tue, 13 Aug 2019 23:01:11 +0900 (JST)
Subject: [ruby-changes:57006] git: c393734c95 (master): * expand tabs.

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

From c393734c95cea944d3d37da15b5600e41f75a740 Mon Sep 17 00:00:00 2001
From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Tue, 13 Aug 2019 23:00:56 +0900
Subject: * expand tabs.


diff --git a/enumerator.c b/enumerator.c
index 04593cc..66d689f 100644
--- a/enumerator.c
+++ b/enumerator.c
@@ -218,7 +218,7 @@ static const rb_data_type_t enumerator_data_type = { https://github.com/ruby/ruby/blob/trunk/enumerator.c#L218
 	enumerator_mark,
 	enumerator_free,
 	enumerator_memsize,
-	enumerator_compact,
+        enumerator_compact,
     },
     0, 0, RUBY_TYPED_FREE_IMMEDIATELY
 };
@@ -265,7 +265,7 @@ static const rb_data_type_t proc_entry_data_type = { https://github.com/ruby/ruby/blob/trunk/enumerator.c#L265
 	proc_entry_mark,
 	proc_entry_free,
 	proc_entry_memsize,
-	proc_entry_compact,
+        proc_entry_compact,
     },
 };
 
@@ -1246,7 +1246,7 @@ static const rb_data_type_t yielder_data_type = { https://github.com/ruby/ruby/blob/trunk/enumerator.c#L1246
 	yielder_mark,
 	yielder_free,
 	yielder_memsize,
-	yielder_compact,
+        yielder_compact,
     },
     0, 0, RUBY_TYPED_FREE_IMMEDIATELY
 };
@@ -1386,7 +1386,7 @@ static const rb_data_type_t generator_data_type = { https://github.com/ruby/ruby/blob/trunk/enumerator.c#L1386
 	generator_mark,
 	generator_free,
 	generator_memsize,
-	generator_compact,
+        generator_compact,
     },
     0, 0, RUBY_TYPED_FREE_IMMEDIATELY
 };
-- 
cgit v0.10.2


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

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