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

Message ID 34dbd0c82de0af284887a3bff649c8c53d67e752.1668487922.git.research_trasio@irq.a4lg.com
State Accepted
Headers
Series RISC-V: Requirements for disassembler optimizations batch 1 |

Checks

Context Check Description
snail/binutils-gdb-check success Github commit url

Commit Message

Tsukasa OI Nov. 15, 2022, 4:52 a.m. UTC
  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(-)
  

Patch

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.  */