Commit 2401a452 by Jason Merrill

tweak whitespace

From-SVN: r28303
parent 9dfce8fd
......@@ -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);
}
......
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