* exp_vfpt.adb: Minor reformatting
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 26 May 2008 15:51:38 +0000 (17:51 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 26 May 2008 15:51:38 +0000 (17:51 +0200)
From-SVN: r135945

gcc/ada/exp_vfpt.adb

index 612842952f5dbf10c93802debfe24d5c4878f8a0..9f172566cf5c28c25bdce102c620e9540fc061ed 100644 (file)
@@ -454,6 +454,7 @@ package body Exp_VFpt is
       Args : List_Id;
       Atyp : Entity_Id;
       Rtyp : constant Entity_Id  := Etype (N);
+
    begin
       if Digits_Value (Typ) = VAXFF_Digits then
          Func := RE_Return_F;
@@ -471,11 +472,10 @@ package body Exp_VFpt is
       Rewrite (N,
         Convert_To (Rtyp,
           Make_Function_Call (Loc,
-            Name => New_Occurrence_Of (RTE (Func), Loc),
+            Name                   => New_Occurrence_Of (RTE (Func), Loc),
             Parameter_Associations => Args)));
 
       Analyze_And_Resolve (N, Typ, Suppress => All_Checks);
-
    end Expand_Vax_Foreign_Return;
 
    -----------------------------