]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
exp_ch11.adb: Minor reformatting
authorThomas Quinot <quinot@adacore.com>
Wed, 6 Aug 2008 09:35:27 +0000 (11:35 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Aug 2008 09:35:27 +0000 (11:35 +0200)
2008-08-06  Thomas Quinot  <quinot@adacore.com>

* exp_ch11.adb: Minor reformatting

From-SVN: r138785

gcc/ada/exp_ch11.adb

index 2cfde4df912f3a414903e6f0ec472746cec080f9..a8219fe7c9ff56742879cebf9f4f11a2c302769a 100644 (file)
@@ -1386,7 +1386,7 @@ package body Exp_Ch11 is
 
       --     Raise_Exception (exception-name'Identity, string);
 
-      --  and there is nothing else to do
+      --  and there is nothing else to do.
 
       if Present (Expression (N)) then
          Rewrite (N,
@@ -1394,7 +1394,7 @@ package body Exp_Ch11 is
              Name => New_Occurrence_Of (RTE (RE_Raise_Exception), Loc),
              Parameter_Associations => New_List (
                Make_Attribute_Reference (Loc,
-                 Prefix => Name (N),
+                 Prefix         => Name (N),
                  Attribute_Name => Name_Identity),
                Expression (N))));
          Analyze (N);