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

ruby-changes:56882

From: git <ko1@a...>
Date: Fri, 9 Aug 2019 01:32:44 +0900 (JST)
Subject: [ruby-changes:56882] git: 57288f5dbd (master): * expand tabs.

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

From 57288f5dbd9a13c00a0ec5860b46c027f34df1ae Mon Sep 17 00:00:00 2001
From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Fri, 9 Aug 2019 01:32:30 +0900
Subject: * expand tabs.


diff --git a/compile.c b/compile.c
index d4594e8..7f2fd17 100644
--- a/compile.c
+++ b/compile.c
@@ -40,7 +40,7 @@ typedef struct iseq_link_element { https://github.com/ruby/ruby/blob/trunk/compile.c#L40
 	ISEQ_ELEMENT_LABEL,
 	ISEQ_ELEMENT_INSN,
 	ISEQ_ELEMENT_ADJUST,
-	ISEQ_ELEMENT_TRACE,
+        ISEQ_ELEMENT_TRACE,
     } type;
     struct iseq_link_element *next;
     struct iseq_link_element *prev;
-- 
cgit v0.10.2


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

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