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

ruby-changes:56174

From: git <ko1@a...>
Date: Fri, 21 Jun 2019 16:31:53 +0900 (JST)
Subject: [ruby-changes:56174] git: 0174285e8c (trunk): * expand tabs.

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

From 0174285e8cfea1ab7fa8dbbb6ab7607d74c20b9d Mon Sep 17 00:00:00 2001
From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Fri, 21 Jun 2019 16:31:42 +0900
Subject: * expand tabs.


diff --git a/enumerator.c b/enumerator.c
index 983e14c..3d19c40 100644
--- a/enumerator.c
+++ b/enumerator.c
@@ -2052,12 +2052,12 @@ static VALUE https://github.com/ruby/ruby/blob/trunk/enumerator.c#L2052
 lazy_filter_map(VALUE obj)
 {
     if (!rb_block_given_p()) {
-	rb_raise(rb_eArgError, "tried to call lazy filter_map without a block");
+        rb_raise(rb_eArgError, "tried to call lazy filter_map without a block");
     }
 
     return lazy_set_method(rb_block_call(rb_cLazy, id_new, 1, &obj,
-					 lazy_filter_map_proc, 0),
-			   Qnil, 0);
+                                         lazy_filter_map_proc, 0),
+                           Qnil, 0);
 }
 
 static struct MEMO *
-- 
cgit v0.10.2


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

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