diff options
author | Robert Dewar <dewar@adacore.com> | 2012-06-12 12:19:14 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-06-12 14:19:14 +0200 |
commit | 2137e8a657d6a1e851d2926309031f6d16807c84 (patch) | |
tree | feafdfde508c9bd65f27698b99c87d2c8bb85419 /gcc/ada/usage.adb | |
parent | 4c7be3105294ae11d15bcb9265a1199a34666e1b (diff) | |
download | gcc-2137e8a657d6a1e851d2926309031f6d16807c84.zip gcc-2137e8a657d6a1e851d2926309031f6d16807c84.tar.gz gcc-2137e8a657d6a1e851d2926309031f6d16807c84.tar.bz2 |
switch-c.adb, [...]: Minor reformatting.
2012-06-12 Robert Dewar <dewar@adacore.com>
* switch-c.adb, inline.adb, usage.adb, opt.ads: Minor reformatting.
From-SVN: r188452
Diffstat (limited to 'gcc/ada/usage.adb')
-rw-r--r-- | gcc/ada/usage.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb index 292d681..f95e318 100644 --- a/gcc/ada/usage.adb +++ b/gcc/ada/usage.adb @@ -298,7 +298,7 @@ begin -- Line for -gnatn switch - Write_Switch_Char ("n[d]"); + Write_Switch_Char ("n[1|2]"); Write_Line ("Enable pragma Inline (both within and across units)"); -- Line for -gnatN switch |