sem_aggr.adb: Minor reformatting.
authorPascal Obry <obry@adacore.com>
Mon, 26 May 2008 09:41:20 +0000 (11:41 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 26 May 2008 09:41:20 +0000 (11:41 +0200)
2008-05-26  Pascal Obry  <obry@adacore.com>

* sem_aggr.adb: Minor reformatting.

From-SVN: r135906

gcc/ada/sem_aggr.adb

index 21d620716f0437869de348f692a868a5bdc36e1e..c6a3e25a881918184246a7d8281d7df991c8ca6f 100644 (file)
@@ -198,8 +198,8 @@ package body Sem_Aggr is
    --  quadratic in the size of the association list.
 
    procedure Check_Misspelled_Component
-     (Elements      : Elist_Id;
-      Component     : Node_Id);
+     (Elements  : Elist_Id;
+      Component : Node_Id);
    --  Give possible misspelling diagnostic if Component is likely to be
    --  a misspelling of one of the components of the Assoc_List.
    --  This is called by Resolve_Aggr_Expr after producing
@@ -716,8 +716,8 @@ package body Sem_Aggr is
    --------------------------------
 
    procedure Check_Misspelled_Component
-     (Elements      : Elist_Id;
-      Component     : Node_Id)
+     (Elements  : Elist_Id;
+      Component : Node_Id)
    is
       Max_Suggestions   : constant := 2;