PATCH: Remove white space in i386-gen.c

H.J. Lu hongjiu.lu@intel.com
Wed Jan 14 00:43:00 GMT 2009


I checked in this patch to remove white space in i386-gen.c.


H.J.
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/opcodes/ChangeLog,v
retrieving revision 1.1342
diff -u -p -r1.1342 ChangeLog
--- ChangeLog	13 Jan 2009 00:00:35 -0000	1.1342
+++ ChangeLog	14 Jan 2009 00:41:32 -0000
@@ -1,3 +1,8 @@
+2009-01-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* i386-gen.c (cpu_flag_init): Remove a white space.
+	(operand_type_init): Likewise.
+
 2009-01-12  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
Index: i386-gen.c
===================================================================
RCS file: /cvs/src/src/opcodes/i386-gen.c,v
retrieving revision 1.45
diff -u -p -r1.45 i386-gen.c
--- i386-gen.c	10 Jan 2009 17:25:52 -0000	1.45
+++ i386-gen.c	14 Jan 2009 00:41:32 -0000
@@ -40,7 +40,7 @@ typedef struct initializer
   const char *init;
 } initializer;
 
-static initializer cpu_flag_init [] =
+static initializer cpu_flag_init[] =
 {
   { "CPU_UNKNOWN_FLAGS",
     "unknown" },
@@ -140,7 +140,7 @@ static initializer cpu_flag_init [] =
     "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuAVX" },
 };
 
-static initializer operand_type_init [] =
+static initializer operand_type_init[] =
 {
   { "OPERAND_TYPE_NONE",
     "0" },



More information about the Binutils mailing list