Add a blank.

From-SVN: r83593
This commit is contained in:
Richard Kenner 2004-06-24 09:47:49 -04:00
parent bb2d400f61
commit aa7cb8c39e
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ static inline rtx
expand_expr (tree exp, rtx target, enum machine_mode mode,
enum expand_modifier modifier)
{
return expand_expr_real(exp, target, mode, modifier, NULL);
return expand_expr_real (exp, target, mode, modifier, NULL);
}
extern void expand_var (tree);