]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix whitespace error.
authorJeff Law <law@gcc.gnu.org>
Fri, 2 Apr 1999 10:50:41 +0000 (03:50 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 2 Apr 1999 10:50:41 +0000 (03:50 -0700)
From-SVN: r26117

gcc/config/i386/i386.c

index 7a3c332ac0c14acde78e9852089bebe0ed30c802..c45efe56c80f5e487bdaca8f270a6a342a56ce7b 100644 (file)
@@ -3893,7 +3893,7 @@ print_operand_address (file, addr)
          }
 
        /* (reg,reg,) is shorter than (,reg,2).  */
-       if(scale == 2)
+       if (scale == 2)
          {
            PRINT_B_I_S (ireg, ireg, 1, file);
          }