From 103a188faf18ba0fffa9a14b8730083880389ce2 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Fri, 19 Jan 2018 19:14:59 -0600 Subject: [PATCH] Add an extra line break Mostly for vim to make it easier to skip over blocks with '}'. --- src/mos6502.dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mos6502.dis.c b/src/mos6502.dis.c index 885c1fd..03ddf04 100644 --- a/src/mos6502.dis.c +++ b/src/mos6502.dis.c @@ -351,7 +351,7 @@ mos6502_dis_opcode(mos6502 *cpu, FILE *stream, int address) s_label, s_inst, s_oper, s_state, s_bytes); if (mos6502_would_jump(inst_code)) { - fprintf(stream, ";;;\n"); + fprintf(stream, ";;;\n\n"); } // The expected number of bytes here is for the operand, but we need