Commit 91e3ded8 by Jeff Law

Fix whitespace error.

From-SVN: r26117
parent 69a8af43
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment