Minor reformatting.
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 22 May 2015 12:46:00 +0000 (14:46 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 22 May 2015 12:46:00 +0000 (14:46 +0200)
From-SVN: r223556

gcc/ada/exp_ch4.adb

index e5b4753..c268968 100644 (file)
@@ -525,7 +525,6 @@ package body Exp_Ch4 is
          end if;
 
          Pop_Scope;
-
          return FM_Id;
       end Create_Anonymous_Master;
 
@@ -820,7 +819,6 @@ package body Exp_Ch4 is
                           Make_Exception_Handler (Loc,
                             Exception_Choices => New_List (
                               Make_Others_Choice (Loc)),
-
                             Statements        => New_List (
                               New_Copy_Tree (Free_Stmt),
                               Make_Raise_Statement (Loc))))));