aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2008-07-31 16:41:22 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-07-31 16:41:22 +0200
commiteddab7cd5ed80aa9048406315ab888c528ea5310 (patch)
tree5f93aba02f12c3f6b6a59e9686bfb8735459c5b5 /gcc
parent86038a882f2f4ec47db494f3e6f4ef171bf5892b (diff)
downloadgcc-eddab7cd5ed80aa9048406315ab888c528ea5310.zip
gcc-eddab7cd5ed80aa9048406315ab888c528ea5310.tar.gz
gcc-eddab7cd5ed80aa9048406315ab888c528ea5310.tar.bz2
makeutl.adb: Minor reformatting
2008-07-31 Robert Dewar <dewar@adacore.com> * makeutl.adb: Minor reformatting From-SVN: r138420
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/makeutl.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/makeutl.adb b/gcc/ada/makeutl.adb
index a0a909d..3d0ee62 100644
--- a/gcc/ada/makeutl.adb
+++ b/gcc/ada/makeutl.adb
@@ -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;