diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-20 15:51:15 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-20 15:51:15 +0000 |
commit | 51b885398f420d9bbff618f527931d7cc1f4b1a9 (patch) | |
tree | ed95e5c95209884a8df6c0bfcd7d5c1a40a1fa92 /gcc/ada/stylesw.ads | |
parent | e9e6e299887e23385b9f37f77f663d480e3577f1 (diff) | |
download | gcc-51b885398f420d9bbff618f527931d7cc1f4b1a9.tar.gz |
2008-08-20 Robert Dewar <dewar@adacore.com>
* stylesw.ads: Minor reformatting
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139322 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/stylesw.ads')
-rw-r--r-- | gcc/ada/stylesw.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/stylesw.ads b/gcc/ada/stylesw.ads index 8ed2ae2ac50..4ee70741097 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; |