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 6982de3a8c75c345ec12ab7e7ad8abf226058e16..0a3443a68802687b6f66690d95a3422e957750f1 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 } },    
   },
 };
 
This page took 0.032694 seconds and 4 git commands to generate.