* make.adb: Minor reformatting.

From-SVN: r47561
This commit is contained in:
Geert Bosch 2001-12-03 20:58:23 +01:00 committed by Geert Bosch
parent b1446533cf
commit 11ac71ba8a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-12-03 Geert Bosch <bosch@gnat.com>
* make.adb: Minor reformatting.
2001-12-03 <dewar@gnat.com>
* sem_ch12.adb: Minor reformatting

View File

@ -260,7 +260,7 @@ package body Make is
Current_Ada_Include_Path : String_Access := null;
Current_Ada_Objects_Path : String_Access := null;
Max_Line_Length : constant := 127;
Max_Line_Length : constant := 127;
-- Maximum number of characters per line, when displaying a path
----------------------