stylesw.ads: Minor reformatting
authorRobert Dewar <dewar@adacore.com>
Wed, 20 Aug 2008 15:51:15 +0000 (17:51 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 20 Aug 2008 15:51:15 +0000 (17:51 +0200)
2008-08-20  Robert Dewar  <dewar@adacore.com>

* stylesw.ads: Minor reformatting

From-SVN: r139322

gcc/ada/stylesw.ads

index 8ed2ae2ac506387d39845a6b3734b02f064443a8..4ee707410974e7dc71c4a359761bc4212293e2bf 100644 (file)
@@ -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;