[COMMITTED] i386-dis.c: Remove trailing spaces

Message ID CAMe9rOrCTp_B1Sjw5Nj4iYJ4NZsVYydL+yGqcMNs7=KjxDg2Dg@mail.gmail.com
State New
Headers
Series [COMMITTED] i386-dis.c: Remove trailing spaces |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 fail Patch failed to apply

Commit Message

H.J. Lu May 24, 2026, 2:47 a.m. UTC
  * i386-dis.c (print_insn): Remove trailing spaces.
  

Patch

From c5590002d8ee23c8ee3d64803e4e03c5992903c1 Mon Sep 17 00:00:00 2001
From: "H.J. Lu" <hjl.tools@gmail.com>
Date: Sun, 24 May 2026 10:45:37 +0800
Subject: [PATCH] i386-dis.c: Remove trailing spaces

	* i386-dis.c (print_insn): Remove trailing spaces.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
---
 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;
-- 
2.54.0