checks.adb: Minor reformatting
authorRobert Dewar <dewar@adacore.com>
Tue, 5 Aug 2008 08:16:22 +0000 (10:16 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 5 Aug 2008 08:16:22 +0000 (10:16 +0200)
2008-08-05  Robert Dewar  <dewar@adacore.com>

* checks.adb: Minor reformatting

From-SVN: r138668

gcc/ada/checks.adb

index 38b1a07e409903bf786c0e3b3fdcea9131e35d20..40e3057001ffb564c0e0526e75878d353c822d17 100644 (file)
@@ -1653,7 +1653,7 @@ package body Checks is
          begin
             if Int_Val <= Ilast and then Int_Val >= Ifirst then
 
-               --  Conversion is safe.
+               --  Conversion is safe
 
                Rewrite (Parent (Ck_Node),
                  Make_Integer_Literal (Loc, UI_To_Int (Int_Val)));