Commit dfe8dac3 by Robert Dewar Committed by Arnaud Charlet

exp_ch5.adb: Minor reformatting

2008-08-20  Robert Dewar  <dewar@adacore.com>

	* exp_ch5.adb: Minor reformatting

From-SVN: r139318
parent 5dc4a7f4
......@@ -2543,13 +2543,12 @@ package body Exp_Ch5 is
if Is_Build_In_Place
and then
(Controlled_Type (Parent_Function_Typ)
or else
(Is_Class_Wide_Type (Parent_Function_Typ)
and then Controlled_Type (Root_Type (Parent_Function_Typ)))
or else
Controlled_Type (Etype (Return_Object_Entity))
or else
(Present (Exp) and then Controlled_Type (Etype (Exp))))
or else (Is_Class_Wide_Type (Parent_Function_Typ)
and then
Controlled_Type (Root_Type (Parent_Function_Typ)))
or else Controlled_Type (Etype (Return_Object_Entity))
or else (Present (Exp)
and then Controlled_Type (Etype (Exp))))
then
Append_To (Statements, Move_Final_List);
end if;
......
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