Skip to content

Commit

Permalink
cosmetic change for OP_EQ
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Feb 22, 2016
1 parent cf5ca03 commit 81acbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codedump.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ codedump(mrb_state *mrb, mrb_irep *irep)
GETARG_C(c));
break;
case OP_EQ:
printf("OP_EQ\tR%d\t:%s\t%d\n", GETARG_A(c),
printf("OP_EQ\t\tR%d\t:%s\t%d\n", GETARG_A(c),
mrb_sym2name(mrb, irep->syms[GETARG_B(c)]),
GETARG_C(c));
break;
Expand Down

0 comments on commit 81acbd2

Please sign in to comment.