Remove extra space.
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 13 Feb 2007 21:45:27 +0000 (21:45 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 13 Feb 2007 21:45:27 +0000 (21:45 +0000)
opcodes/i386-dis.c

index 6982de3..0a3443a 100644 (file)
@@ -2025,10 +2025,10 @@ static const struct dis386 prefix_user_table[][4] = {
 
   /* PREGRP37 */
   {
-    { "(bad)", {   XX } },
+    { "(bad)", { XX } },
     { "popcntS", { Gv, Ev } },
-    { "(bad)", {   XX } },
-    { "(bad)", {   XX } },    
+    { "(bad)", { XX } },
+    { "(bad)", { XX } },    
   },
 };