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

ruby-changes:55648

From: git <ko1@a...>
Date: Fri, 3 May 2019 06:17:18 +0900 (JST)
Subject: [ruby-changes:55648] git:37d9e1c4d4 (ruby_2_5): * expand tabs.

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

From 37d9e1c4d4e005950a33fc0c2c8659193e1fe395 Mon Sep 17 00:00:00 2001
From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Fri, 3 May 2019 06:17:04 +0900
Subject: * expand tabs.


diff --git a/compile.c b/compile.c
index f4f371d..dbed3de 100644
--- a/compile.c
+++ b/compile.c
@@ -1304,7 +1304,7 @@ static int https://github.com/ruby/ruby/blob/trunk/compile.c#L1304
 iseq_setup(rb_iseq_t *iseq, LINK_ANCHOR *const anchor)
 {
     if (RTEST(ISEQ_COMPILE_DATA(iseq)->err_info))
-	return COMPILE_NG;
+        return COMPILE_NG;
 
     debugs("[compile step 4.1 (iseq_set_sequence)]\n");
     if (!iseq_set_sequence(iseq, anchor)) return COMPILE_NG;
-- 
cgit v0.10.2


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

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