Commit afe08db5 by Eric Botcazou

Remove leading TAB.

From-SVN: r116681
parent 06e74494
...@@ -1089,7 +1089,7 @@ setup_one_parameter (copy_body_data *id, tree p, tree value, tree fn, ...@@ -1089,7 +1089,7 @@ setup_one_parameter (copy_body_data *id, tree p, tree value, tree fn,
if (rhs == error_mark_node) if (rhs == error_mark_node)
return; return;
STRIP_USELESS_TYPE_CONVERSION (rhs); STRIP_USELESS_TYPE_CONVERSION (rhs);
/* We want to use MODIFY_EXPR, not INIT_EXPR here so that we /* We want to use MODIFY_EXPR, not INIT_EXPR here so that we
......
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