Skip to content

Commit ebc57c3

Browse files
committed
opcodes/riscv-dis.c: Add form feed for separation
This is a general tidying commit. opcodes/ChangeLog: * riscv-dis.c: Add lines with form feed to separate functional sections.
1 parent 23c7f24 commit ebc57c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opcodes/riscv-dis.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ static const char * const *riscv_fpr_names;
7575

7676
/* If set, disassemble as most general instruction. */
7777
static bool no_aliases = false;
78-
78+
7979

8080
/* Set default RISC-V disassembler options. */
8181

@@ -177,6 +177,7 @@ parse_riscv_dis_options (const char *opts_in)
177177

178178
free (opts);
179179
}
180+
180181

181182
/* Print one argument from an array. */
182183

0 commit comments

Comments
 (0)