Skip to content

Commit cae76b7

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 ce79fba commit cae76b7

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
@@ -72,7 +72,7 @@ static const char * const *riscv_fpr_names;
7272

7373
/* If set, disassemble as most general instruction. */
7474
static bool no_aliases = false;
75-
75+
7676

7777
/* Set default RISC-V disassembler options. */
7878

@@ -174,6 +174,7 @@ parse_riscv_dis_options (const char *opts_in)
174174

175175
free (opts);
176176
}
177+
177178

178179
/* Print one argument from an array. */
179180

0 commit comments

Comments
 (0)