From: Robert Dewar Date: Wed, 30 Jul 2008 13:02:30 +0000 (+0200) Subject: mlib-utl.adb: Minor reformatting X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe42997bbb06fdd677976cbd6d65ae354e76e7f0;p=platform%2Fupstream%2Fgcc.git mlib-utl.adb: Minor reformatting 2008-07-30 Robert Dewar * mlib-utl.adb: Minor reformatting From-SVN: r138303 --- diff --git a/gcc/ada/mlib-utl.adb b/gcc/ada/mlib-utl.adb index d743bb1..4d15ad8 100644 --- a/gcc/ada/mlib-utl.adb +++ b/gcc/ada/mlib-utl.adb @@ -408,7 +408,7 @@ package body MLib.Utl is if Driver_Name = No_Name then if Gcc_Exec = null then if Gcc_Name = null then - Gcc_Name := Osint.Program_Name ("gcc", "gnatmake"); + Gcc_Name := Osint.Program_Name ("gcc", "gnatmake"); end if; Gcc_Exec := Locate_Exec_On_Path (Gcc_Name.all);