From: H.J. Lu Date: Sun, 24 May 2026 02:45:37 +0000 (+0800) Subject: i386-dis.c: Remove trailing spaces X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c5590002d8ee23c8ee3d64803e4e03c5992903c1;p=thirdparty%2Fbinutils-gdb.git i386-dis.c: Remove trailing spaces * i386-dis.c (print_insn): Remove trailing spaces. Signed-off-by: H.J. Lu --- 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;