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/debug.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/debug.adb')
-rw-r--r-- | gcc/ada/debug.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index 89bb7f8..a81de09 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -368,7 +368,7 @@ package body Debug is -- d_q -- d_r -- d_s - -- d_t Output cycle detection trace information + -- d_t Output cycle-detection trace information -- d_u -- d_v -- d_w @@ -1150,7 +1150,7 @@ package body Debug is -- elaboration order and no longer creates an implicit dependency on -- the body of the argument. - -- d_t GNATBIND output trace information of cycle detection activities to + -- d_t GNATBIND output trace information of cycle-detection activities to -- standard output. -- d_A GNATBIND output the contents of all ALI invocation-related tables |