From: Robert Dewar Date: Fri, 1 Aug 2008 09:30:05 +0000 (+0200) Subject: prj.ads: Minor reformatting X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=692a07bf5778caf03a22e0d1b2d2f9e6f55973c1;p=gcc.git prj.ads: Minor reformatting 2008-08-01 Robert Dewar * prj.ads: Minor reformatting From-SVN: r138496 --- diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads index 29da0e7d322..12b86b73079 100644 --- a/gcc/ada/prj.ads +++ b/gcc/ada/prj.ads @@ -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;