Fix whitespace error.

From-SVN: r26117
This commit is contained in:
Jeff Law 1999-04-02 03:50:41 -07:00
parent 69a8af4360
commit 91e3ded8bd
1 changed files with 1 additions and 1 deletions

View 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);
}