diff options
author | Robert Dewar <dewar@adacore.com> | 2013-01-04 09:12:00 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-01-04 10:12:00 +0100 |
commit | ae05cdd6a514229e6d983e50005343b34e0a7110 (patch) | |
tree | ebd210105c51af2cd0a248f2210c7c8e00c4e6f1 /gcc/ada/gnatcmd.adb | |
parent | 3a3af4c32cf7d5f4caf79031da89bc6972cdfbd3 (diff) | |
download | gcc-ae05cdd6a514229e6d983e50005343b34e0a7110.zip gcc-ae05cdd6a514229e6d983e50005343b34e0a7110.tar.gz gcc-ae05cdd6a514229e6d983e50005343b34e0a7110.tar.bz2 |
exp_prag.adb, [...]: Minor reformatting.
2013-01-04 Robert Dewar <dewar@adacore.com>
* exp_prag.adb, gnatcmd.adb, exp_util.adb, table.adb, sem_prag.adb,
freeze.adb, sem_ch4.adb, sem_warn.adb, opt.ads, exp_aggr.adb,
prj-conf.adb, sem_ch13.adb: Minor reformatting.
From-SVN: r194888
Diffstat (limited to 'gcc/ada/gnatcmd.adb')
-rw-r--r-- | gcc/ada/gnatcmd.adb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/gnatcmd.adb b/gcc/ada/gnatcmd.adb index f4508da..2fa479c 100644 --- a/gcc/ada/gnatcmd.adb +++ b/gcc/ada/gnatcmd.adb @@ -2001,10 +2001,10 @@ begin Name_Len := 0; -- If the single main has been specified as an absolute - -- path, we use only the simple file name. If the - -- absolute path is incorrect, an error will be reported - -- by the underlying tool and it does not make a - -- difference what switches are used. + -- path, use only the simple file name. If the absolute + -- path is incorrect, an error will be reported by the + -- underlying tool and it does not make a difference + -- what switches are used. if Is_Absolute_Path (Main.all) then Add_Str_To_Name_Buffer (File_Name (Main.all)); |