From fabe8212fee00917eec114fd6e100dc9d532090c Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 21 Oct 2021 15:35:24 +0900 Subject: codedump.c: add indentation for `OP_MOVE`. --- src/codedump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/codedump.c b/src/codedump.c index 03b55046e..ef03e88f3 100644 --- a/src/codedump.c +++ b/src/codedump.c @@ -156,7 +156,7 @@ codedump(mrb_state *mrb, const mrb_irep *irep) printf("NOP\n"); break; CASE(OP_MOVE, BB): - printf("MOVE\tR%d\tR%d\t", a, b); + printf("MOVE\t\tR%d\tR%d\t", a, b); print_lv_ab(mrb, irep, a, b); break; -- cgit v1.2.3