OSDN Git Service

2008-07-31 Robert Dewar <dewar@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2008 14:41:22 +0000 (14:41 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2008 14:41:22 +0000 (14:41 +0000)
* makeutl.adb: Minor reformatting

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138420 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/makeutl.adb

index a0a909d..3d0ee62 100644 (file)
@@ -248,11 +248,9 @@ package body Makeutl is
 
       declare
          Path : constant String_Access := Locate_Exec_On_Path (Exec_Name);
-
       begin
          if Path = null then
             return "";
-
          else
             return Get_Install_Dir (Path.all);
          end if;