prj-nmsc.adb: Minor reformatting.

2014-07-31  Pascal Obry  <obry@adacore.com>

	* prj-nmsc.adb: Minor reformatting.

From-SVN: r213331
This commit is contained in:
Pascal Obry 2014-07-31 09:52:07 +00:00 committed by Arnaud Charlet
parent 972fb59e54
commit 3affd6d4eb
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2014-07-31 Pascal Obry <obry@adacore.com>
* prj-nmsc.adb: Minor reformatting.
2014-07-31 Ed Schonberg <schonberg@adacore.com>
* sem_util.adb (Has_Preelaborable_Initialization): Check that

View file

@ -3035,8 +3035,13 @@ package body Prj.Nmsc is
----------------------------------
procedure Check_Aggregate_Library_Dirs is
procedure Process_Aggregate (Proj : Project_Id);
-----------------------
-- Process_Aggregate --
-----------------------
procedure Process_Aggregate (Proj : Project_Id) is
Agg : Aggregated_Project_List := Proj.Aggregated_Projects;