tweak whitespace

From-SVN: r28303
This commit is contained in:
Jason Merrill 1999-07-27 18:58:58 -04:00
parent 9dfce8fded
commit 2401a452d8
1 changed files with 2 additions and 2 deletions

View File

@ -639,9 +639,9 @@ convert_pointer_to (binfo, expr)
if (TREE_CODE (binfo) == TREE_VEC)
type = BINFO_TYPE (binfo);
else if (IS_AGGR_TYPE (binfo))
type = binfo;
type = binfo;
else
type = binfo;
type = binfo;
return convert_pointer_to_real (type, expr);
}