Commit 770551bc by Arnaud Charlet

Minor reformatting.

From-SVN: r223556
parent ccd6f414
...@@ -525,7 +525,6 @@ package body Exp_Ch4 is ...@@ -525,7 +525,6 @@ package body Exp_Ch4 is
end if; end if;
Pop_Scope; Pop_Scope;
return FM_Id; return FM_Id;
end Create_Anonymous_Master; end Create_Anonymous_Master;
...@@ -820,7 +819,6 @@ package body Exp_Ch4 is ...@@ -820,7 +819,6 @@ package body Exp_Ch4 is
Make_Exception_Handler (Loc, Make_Exception_Handler (Loc,
Exception_Choices => New_List ( Exception_Choices => New_List (
Make_Others_Choice (Loc)), Make_Others_Choice (Loc)),
Statements => New_List ( Statements => New_List (
New_Copy_Tree (Free_Stmt), New_Copy_Tree (Free_Stmt),
Make_Raise_Statement (Loc)))))); Make_Raise_Statement (Loc))))));
......
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