public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] opcodes/riscv-dis.c: Tidying with spacing
@ 2022-10-14  5:23 Tsukasa OI
  0 siblings, 0 replies; only message in thread
From: Tsukasa OI @ 2022-10-14  5:23 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1469f944d1d3f6c0f94c15716fdb74f9240a5136

commit 1469f944d1d3f6c0f94c15716fdb74f9240a5136
Author: Tsukasa OI <research_trasio@irq.a4lg.com>
Date:   Sat Aug 27 13:07:34 2022 +0000

    opcodes/riscv-dis.c: Tidying with spacing
    
    Before changing the core disassembler, we take care of minor code clarity
    issues and improve readability.
    
    This commit takes care of improper spacing for code clarity.
    
    opcodes/ChangeLog:
    
            * riscv-dis.c (riscv_disassemble_insn): Tidying with spacing.

Diff:
---
 opcodes/riscv-dis.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opcodes/riscv-dis.c b/opcodes/riscv-dis.c
index 2d1faf26eb3..088d0d91080 100644
--- a/opcodes/riscv-dis.c
+++ b/opcodes/riscv-dis.c
@@ -715,7 +715,7 @@ riscv_disassemble_insn (bfd_vma memaddr, insn_t word, disassemble_info *info)
 	}
 
       /* If arch has the Zfinx extension, replace FPR with GPR.  */
-      if(riscv_subset_supports (&riscv_rps_dis, "zfinx"))
+      if (riscv_subset_supports (&riscv_rps_dis, "zfinx"))
 	riscv_fpr_names = riscv_gpr_names;
 
       for (; op->name; op++)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-14  5:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-14  5:23 [binutils-gdb] opcodes/riscv-dis.c: Tidying with spacing Tsukasa OI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).