From 57288f5dbd9a13c00a0ec5860b46c027f34df1ae Mon Sep 17 00:00:00 2001 From: git Date: Fri, 9 Aug 2019 01:32:30 +0900 Subject: * expand tabs. --- compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.c b/compile.c index d4594e84ea..7f2fd17f1f 100644 --- a/compile.c +++ b/compile.c @@ -40,7 +40,7 @@ typedef struct iseq_link_element { 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 v1.2.3