]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/ada/exp_ch4.adb
exp_ch5.adb, [...]: Minor reformatting.
[gcc.git] / gcc / ada / exp_ch4.adb
index 77b70127b5076b89ccd9948e04130aabe6bdee83..7931c13ee9231b6d29d521b9e465cad004ad53c3 100644 (file)
@@ -4280,8 +4280,9 @@ package body Exp_Ch4 is
 
       if Nkind (Expression (N)) = N_Qualified_Expression then
          declare
-            Exp : constant Node_Id := Expression (Expression (N));
+            Exp : constant Node_Id   := Expression (Expression (N));
             Typ : constant Entity_Id := Etype (Expression (N));
+
          begin
             Apply_Constraint_Check (Exp, Typ);
             Apply_Predicate_Check  (Exp, Typ);
This page took 0.048077 seconds and 5 git commands to generate.