prj.ads: Minor reformatting
authorRobert Dewar <dewar@adacore.com>
Fri, 1 Aug 2008 09:30:05 +0000 (11:30 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 1 Aug 2008 09:30:05 +0000 (11:30 +0200)
2008-08-01  Robert Dewar  <dewar@adacore.com>

* prj.ads: Minor reformatting

From-SVN: r138496

gcc/ada/prj.ads

index 29da0e7d32272f9aac8e1d8a4bb10b4743fc81aa..12b86b73079cf1349a41c9f045737392391c8fd4 100644 (file)
@@ -399,9 +399,12 @@ package Prj is
 
    No_Source : constant Source_Id := 0;
 
-   type Path_Syntax_Kind is (Canonical, Host);
-   --  Canonical = Unix style
-   --  Host = host specific syntax, for example on VMS (the default)
+   type Path_Syntax_Kind is
+     (Canonical,
+      --  Unix style
+
+      Host);
+      --  Host specific syntax, for example on VMS (the default)
 
    type Language_Config is record
       Kind : Language_Kind := File_Based;