diff options
author | Pascal Obry <obry@adacore.com> | 2008-05-26 11:41:20 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-26 11:41:20 +0200 |
commit | 9c290e692c7d1a39596651b7deed359bd9af1378 (patch) | |
tree | 0b45a6a449409565122e488c43aa92edde203cac /gcc | |
parent | 0390e4718d0cf4f99db3de289f12a0427c89b193 (diff) | |
download | gcc-9c290e692c7d1a39596651b7deed359bd9af1378.zip gcc-9c290e692c7d1a39596651b7deed359bd9af1378.tar.gz gcc-9c290e692c7d1a39596651b7deed359bd9af1378.tar.bz2 |
sem_aggr.adb: Minor reformatting.
2008-05-26 Pascal Obry <obry@adacore.com>
* sem_aggr.adb: Minor reformatting.
From-SVN: r135906
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/sem_aggr.adb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/sem_aggr.adb b/gcc/ada/sem_aggr.adb index 21d6207..c6a3e25 100644 --- a/gcc/ada/sem_aggr.adb +++ b/gcc/ada/sem_aggr.adb @@ -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; |