summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-23 10:19:47 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-23 10:19:47 +0900
commita8d4dc287fc8621c5b786140714736cb747d3291 (patch)
tree25d19d630ff157aabdc56dc12c9f97b72dd04f05 /iseq.c
parent98ee63693d963e96ac7d81ac33a5b12103b577b3 (diff)
* expand tabs.
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iseq.c b/iseq.c
index 878fed8120..9a7c1f60bc 100644
--- a/iseq.c
+++ b/iseq.c
@@ -2575,7 +2575,7 @@ iseq_data_to_ary(const rb_iseq_t *iseq)
if (sym_top == 0) {
int i;
for (i=0; i<numberof(insn_syms); i++) {
- insn_syms[i] = rb_intern(insn_name(i));
+ insn_syms[i] = rb_intern(insn_name(i));
}
INIT_SYMBOL(top);
INIT_SYMBOL(method);
@@ -2671,7 +2671,7 @@ iseq_data_to_ary(const rb_iseq_t *iseq)
VALUE *nseq = seq + len - 1;
VALUE ary = rb_ary_new2(len);
- rb_ary_push(ary, ID2SYM(insn_syms[insn%numberof(insn_syms)]));
+ rb_ary_push(ary, ID2SYM(insn_syms[insn%numberof(insn_syms)]));
for (j=0; j<len-1; j++, seq++) {
switch (insn_op_type(insn, j)) {
case TS_OFFSET: {