]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* make.adb: Minor reformatting.
authorGeert Bosch <bosch@gnat.com>
Mon, 3 Dec 2001 19:58:23 +0000 (20:58 +0100)
committerGeert Bosch <bosch@gcc.gnu.org>
Mon, 3 Dec 2001 19:58:23 +0000 (20:58 +0100)
From-SVN: r47561

gcc/ada/ChangeLog
gcc/ada/make.adb

index cf94b1d738edd389519198e9561397db0c68aab4..201778c0701319cad3bd5fc896ddc1b47461e32a 100644 (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
index 7bf6eeda61a671146b6bde87eb27401a9ac239bf..7e78fc923843529ad190d65d51a75935b32f17c8 100644 (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
 
    ----------------------