Minor reformatting.
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 16 Jun 2016 10:29:15 +0000 (12:29 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 16 Jun 2016 10:29:15 +0000 (12:29 +0200)
From-SVN: r237518

gcc/ada/exp_ch3.adb

index 43d27ba613ac6f7fb94bdb034adf68b9177e2ace..d3b21a8b72d9d50983c6a9a455af080bf29c68e3 100644 (file)
@@ -6960,8 +6960,7 @@ package body Exp_Ch3 is
 
       if Comes_From_Source (Def_Id)
         and then (Has_Default_Init_Cond (Typ)
-                    or else
-                  Has_Inherited_Default_Init_Cond (Typ))
+                   or else Has_Inherited_Default_Init_Cond (Typ))
         and then not Has_Init_Expression (N)
         and then Present (Default_Init_Cond_Procedure (Typ))
       then