This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Ada] Minor reformatting of prj-util.adb


2001-10-26  Robert Dewar <dewar@gnat.com>

	* prj-util.adb: Minor reformatting

*** prj-util.adb	2001/10/05 15:16:07	1.11
--- prj-util.adb	2001/10/05 16:13:08	1.12
***************
*** 190,196 ****
     function Value_Of
       (Variable : Variable_Value;
        Default  : String)
!       return     String is
     begin
        if Variable.Kind /= Single
          or else Variable.Default
--- 190,197 ----
     function Value_Of
       (Variable : Variable_Value;
        Default  : String)
!       return     String
!    is
     begin
        if Variable.Kind /= Single
          or else Variable.Default


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]