[PATCH 07/11] opcodes/riscv-dis.c: Add form feed for separation

Tsukasa OI research_trasio@irq.a4lg.com
Tue Nov 15 04:52:50 GMT 2022


This is a general tidying commit.

opcodes/ChangeLog:

	* riscv-dis.c: Add lines with form feed to separate functional
	sections.
---
 opcodes/riscv-dis.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/opcodes/riscv-dis.c b/opcodes/riscv-dis.c
index d4a6cdd4d4e..d9c16dad615 100644
--- a/opcodes/riscv-dis.c
+++ b/opcodes/riscv-dis.c
@@ -72,7 +72,7 @@ static const char * const *riscv_fpr_names;
 
 /* If set, disassemble as most general instruction.  */
 static bool no_aliases = false;
-
+
 
 /* Set default RISC-V disassembler options.  */
 
@@ -174,6 +174,7 @@ parse_riscv_dis_options (const char *opts_in)
 
   free (opts);
 }
+
 
 /* Print one argument from an array.  */
 
-- 
2.37.2



More information about the Binutils mailing list