makeutl.adb: Minor reformatting
authorRobert Dewar <dewar@adacore.com>
Thu, 31 Jul 2008 14:41:22 +0000 (16:41 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 31 Jul 2008 14:41:22 +0000 (16:41 +0200)
2008-07-31  Robert Dewar  <dewar@adacore.com>

* makeutl.adb: Minor reformatting

From-SVN: r138420

gcc/ada/makeutl.adb

index a0a909d1ae7dba517e4a86d9a2d9ca0eac8473ef..3d0ee62eaed80f7b966932c58f722d45158e445d 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;