]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sem_ch3.adb: Minor reformatting
authorRobert Dewar <dewar@adacore.com>
Tue, 5 Aug 2008 09:39:05 +0000 (11:39 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 5 Aug 2008 09:39:05 +0000 (11:39 +0200)
2008-08-05  Robert Dewar  <dewar@adacore.com>

* sem_ch3.adb: Minor reformatting

From-SVN: r138695

gcc/ada/sem_ch3.adb

index cf31e49d545937c8bcfa9f323187f63eb5e798bc..3720b3b7643e467b2b5da36d8129eea7379b3632 100644 (file)
@@ -2550,10 +2550,9 @@ package body Sem_Ch3 is
          Set_Etype (Id, T);
          Resolve (E, T);
 
-         --  If E is "null", and has been replaced by an
-         --  N_Raise_Constraint_Error node (which was marked already-analyzed),
-         --  we need to set the type to something other than Any_Access in
-         --  order to keep gigi happy.
+         --  If E is null and has been replaced by an N_Raise_Constraint_Error
+         --  node (which was marked already-analyzed), we need to set the type
+         --  to something other than Any_Access in order to keep gigi happy.
 
          if Etype (E) = Any_Access then
             Set_Etype (E, T);