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

ruby-changes:54104

From: svn <ko1@a...>
Date: Tue, 11 Dec 2018 13:13:16 +0900 (JST)
Subject: [ruby-changes:54104] svn:r66325 (trunk): * expand tabs.

svn	2018-12-11 13:13:13 +0900 (Tue, 11 Dec 2018)

  New Revision: 66325

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

  Log:
    * expand tabs.

  Modified files:
    trunk/compile.c
Index: compile.c
===================================================================
--- compile.c	(revision 66324)
+++ compile.c	(revision 66325)
@@ -1336,7 +1336,7 @@ static int https://github.com/ruby/ruby/blob/trunk/compile.c#L1336
 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;

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

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