OSDN Git Service

* exp_vfpt.adb: Minor reformatting
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 May 2008 15:51:38 +0000 (15:51 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 May 2008 15:51:38 +0000 (15:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135945 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/exp_vfpt.adb

index 6128429..9f17256 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;
 
    -----------------------------