diff options
author | Robert Dewar <dewar@adacore.com> | 2014-01-21 07:54:56 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-01-21 08:54:56 +0100 |
commit | 77a2f3df910f3b32cb0cbc3b6967c229d5680272 (patch) | |
tree | f71da796d9a3d34f4f69cc3d0f65b97a32e0baf2 /gcc/ada/switch-c.adb | |
parent | 5f0c4d67184452807f37ee04a2edd95967c5e26c (diff) | |
download | gcc-77a2f3df910f3b32cb0cbc3b6967c229d5680272.zip gcc-77a2f3df910f3b32cb0cbc3b6967c229d5680272.tar.gz gcc-77a2f3df910f3b32cb0cbc3b6967c229d5680272.tar.bz2 |
switch-c.adb, [...]: Minor reformatting.
2014-01-21 Robert Dewar <dewar@adacore.com>
* switch-c.adb, usage.adb, atree.adb, atree.ads: Minor reformatting.
From-SVN: r206872
Diffstat (limited to 'gcc/ada/switch-c.adb')
-rw-r--r-- | gcc/ada/switch-c.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/switch-c.adb b/gcc/ada/switch-c.adb index 9cc9e93..684f62f 100644 --- a/gcc/ada/switch-c.adb +++ b/gcc/ada/switch-c.adb @@ -663,8 +663,7 @@ package body Switch.C is -- -gnateS (generate SCO information) -- Include Source Coverage Obligation information in ALI - -- files for the benefit of source coverage analysis tools - -- (xcov). + -- files for use by source coverage analysis tools (xcov). when 's' => if not First_Switch then |