diff options
author | Hristian Kirtchev <kirtchev@adacore.com> | 2019-07-10 09:01:33 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2019-07-10 09:01:33 +0000 |
commit | 7f8c1cd3675b0e30817d98e52740b918b4e970b0 (patch) | |
tree | c893e1819017c5d50981513e99833bb2cf9abc1d /gcc/ada/bindo.adb | |
parent | 0b6694b4e41d394df12d159c319be4b1326745ca (diff) | |
download | gcc-7f8c1cd3675b0e30817d98e52740b918b4e970b0.zip gcc-7f8c1cd3675b0e30817d98e52740b918b4e970b0.tar.gz gcc-7f8c1cd3675b0e30817d98e52740b918b4e970b0.tar.bz2 |
[Ada] Minor reformatting
2019-07-10 Hristian Kirtchev <kirtchev@adacore.com>
gcc/ada/
* bindo-graphs.adb, bindo.adb, debug.adb, exp_ch6.adb,
sem_ch10.adb, sem_ch13.adb, sem_ch3.adb, sem_ch4.adb,
sem_ch6.adb, sem_ch7.adb, sem_res.adb, sem_spark.adb,
sem_util.adb, warnsw.ads: Minor reformatting.
From-SVN: r273335
Diffstat (limited to 'gcc/ada/bindo.adb')
-rw-r--r-- | gcc/ada/bindo.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/bindo.adb b/gcc/ada/bindo.adb index c467617..678f009 100644 --- a/gcc/ada/bindo.adb +++ b/gcc/ada/bindo.adb @@ -322,9 +322,9 @@ package body Bindo is -- In addition, GNATbind does not create an edge to the body of the -- pragma argument. -- - -- -d_t Output cycle detection trace information + -- -d_t Output cycle-detection trace information -- - -- GNATbind outputs trace information on cycle detection activities + -- GNATbind outputs trace information on cycle-detection activities -- to standard output. -- -- -d_A Output ALI invocation tables |