From: H.J. Lu Date: Wed, 10 Oct 2007 22:00:24 +0000 (+0000) Subject: Remove extra white space. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=630c2cc56d099533af973376dc84eba68f39c506;p=binutils-gdb.git Remove extra white space. --- diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 4252ecca423..673266d1196 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -364,7 +364,7 @@ fetch_data (struct disassemble_info *info, bfd_byte *addr) /* byte operand */ #define b_mode 1 /* operand size depends on prefixes */ -#define v_mode (b_mode + 1) +#define v_mode (b_mode + 1) /* word operand */ #define w_mode (v_mode + 1) /* double word operand */