[binutils-gdb] i386-dis.c: Remove trailing spaces
"H.J. Lu via Binutils-cvs" <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c5590002d8ee23c8ee3d64803e4e03c5992903c1 commit c5590002d8ee23c8ee3d64803e4e03c5992903c1 Author: H.J. Lu <[email protected]> Date: Sun May 24 10:45:37 2026 +0800 i386-dis.c: Remove trailing spaces * i386-dis.c (print_insn): Remove trailing spaces. Signed-off-by: H.J. Lu <[email protected]> Diff: --- opcodes/i386-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 1faf1fa7785..3c5f173648a 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -10388,7 +10388,7 @@ print_insn (bfd_vma pc, disassemble_info *info, int intel_syntax) sep = ", "; i386_dis_printf (info, dis_style_symbol, "%s", ins.cm_out[i]); } - + ret = ins.codep - priv.the_buffer; out: info->private_data = NULL;