]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
freeze.adb: Minor reformatting
authorThomas Quinot <quinot@adacore.com>
Wed, 20 Aug 2008 14:28:26 +0000 (16:28 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 20 Aug 2008 14:28:26 +0000 (16:28 +0200)
2008-08-20  Thomas Quinot  <quinot@adacore.com>

* freeze.adb: Minor reformatting

From-SVN: r139308

gcc/ada/freeze.adb

index dee40df6f9c61ade17c2bcde48161970dc1c838e..0abbb034750b53495490157601377c798e33292e 100644 (file)
@@ -2608,10 +2608,9 @@ package body Freeze is
                      --    type T is tagged;
                      --    function F (X : Boolean) return T; -- ERROR
 
-                     --  The type must be declared in the current scope
-                     --  for the use to be legal, and the full view
-                     --  must be available when the construct that mentions
-                     --  it is frozen.
+                     --  The type must be declared in the current scope for the
+                     --  use to be legal, and the full view must be available
+                     --  when the construct that mentions it is frozen.
 
                      elsif Ekind (Etype (E)) = E_Incomplete_Type
                        and then Is_Tagged_Type (Etype (E))