aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gnatlink.adb
diff options
context:
space:
mode:
authorHristian Kirtchev <kirtchev@adacore.com>2018-05-28 08:53:29 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2018-05-28 08:53:29 +0000
commit9b19c244561c5d8c312af9e44eb62e77d42e1e65 (patch)
tree9690ce27e9d0ed6db5e1dfb0db0c028d4ff0e747 /gcc/ada/gnatlink.adb
parentaab1da2af490f53c882ff7508b640c782dbc68f8 (diff)
downloadgcc-9b19c244561c5d8c312af9e44eb62e77d42e1e65.zip
gcc-9b19c244561c5d8c312af9e44eb62e77d42e1e65.tar.gz
gcc-9b19c244561c5d8c312af9e44eb62e77d42e1e65.tar.bz2
[Ada] Minor reformatting
2018-05-28 Hristian Kirtchev <kirtchev@adacore.com> gcc/ada/ * exp_aggr.adb, gnatlink.adb, sem_ch6.adb, sem_res.adb, sem_util.adb: Minor reformatting. From-SVN: r260821
Diffstat (limited to 'gcc/ada/gnatlink.adb')
-rw-r--r--gcc/ada/gnatlink.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/gnatlink.adb b/gcc/ada/gnatlink.adb
index 855d6d3..f712a7a 100644
--- a/gcc/ada/gnatlink.adb
+++ b/gcc/ada/gnatlink.adb
@@ -513,8 +513,8 @@ procedure Gnatlink is
("Could not locate linker: " & L_Args.all (1).all);
end if;
- -- The other arguments are passed as-is to the linker
- -- and override those coming from --GCC= if any.
+ -- The other arguments are passed as-is to the linker and
+ -- override those coming from --GCC= if any.
if L_Args.all'Last >= 2 then
Gcc_Linker_Options.Set_Last (0);