mlib-utl.adb: Minor reformatting
authorRobert Dewar <dewar@adacore.com>
Wed, 30 Jul 2008 13:02:30 +0000 (15:02 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 30 Jul 2008 13:02:30 +0000 (15:02 +0200)
2008-07-30  Robert Dewar  <dewar@adacore.com>

* mlib-utl.adb: Minor reformatting

From-SVN: r138303

gcc/ada/mlib-utl.adb

index d743bb138e8bbfb26545b67821d5faed291c557c..4d15ad85cf3f485c1095674e91068b19e5e25327 100644 (file)
@@ -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);