Commit 9c290e69 by Pascal Obry Committed by Arnaud Charlet

sem_aggr.adb: Minor reformatting.

2008-05-26  Pascal Obry  <obry@adacore.com>

	* sem_aggr.adb: Minor reformatting.

From-SVN: r135906
parent 0390e471
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment