From 81acbd2dd1f7bf2462dc4e7ea064da125f160fd3 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 22 Feb 2016 09:38:20 +0900 Subject: cosmetic change for OP_EQ --- src/codedump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/codedump.c') diff --git a/src/codedump.c b/src/codedump.c index 2615488ef..4b13d4361 100644 --- a/src/codedump.c +++ b/src/codedump.c @@ -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; -- cgit v1.2.3