aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2008-08-20 17:51:15 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-08-20 17:51:15 +0200
commitdb58b50218a667a806eaf74fb42c8e9afa82afe5 (patch)
treeed95e5c95209884a8df6c0bfcd7d5c1a40a1fa92
parent52470e97d554faa73bb3f198b74643af249d0700 (diff)
downloadgcc-db58b50218a667a806eaf74fb42c8e9afa82afe5.zip
gcc-db58b50218a667a806eaf74fb42c8e9afa82afe5.tar.gz
gcc-db58b50218a667a806eaf74fb42c8e9afa82afe5.tar.bz2
stylesw.ads: Minor reformatting
2008-08-20 Robert Dewar <dewar@adacore.com> * stylesw.ads: Minor reformatting From-SVN: r139322
-rw-r--r--gcc/ada/stylesw.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/stylesw.ads b/gcc/ada/stylesw.ads
index 8ed2ae2..4ee7074 100644
--- a/gcc/ada/stylesw.ads
+++ b/gcc/ada/stylesw.ads
@@ -156,8 +156,8 @@ package Stylesw is
-- with the IF keyword.
Style_Check_Max_Line_Length : Boolean := False;
- -- This can be set True by using the -gnatg or -gnatym/M switches. If it is
- -- True, it activates checking for a maximum line length of
+ -- This can be set True by using the -gnatg or -gnatym/M switches.
+ -- If it is True, it activates checking for a maximum line length of
-- Style_Max_Line_Length characters.
Style_Check_Max_Nesting_Level : Boolean := False;