summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-09 01:32:30 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-09 01:32:30 +0900
commit57288f5dbd9a13c00a0ec5860b46c027f34df1ae (patch)
tree3226923bad4a0f534455e3f131cdc43de10c9f2d /compile.c
parent050b932152fb3004c78af223186afe1aa397f06f (diff)
* expand tabs.
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c2
1 files changed, 1 insertions, 1 deletions
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;