Commit 15efc175 by Arnaud Charlet

Minor reformatting.

From-SVN: r237518
parent 4bfb35fd
...@@ -6960,8 +6960,7 @@ package body Exp_Ch3 is ...@@ -6960,8 +6960,7 @@ package body Exp_Ch3 is
if Comes_From_Source (Def_Id) if Comes_From_Source (Def_Id)
and then (Has_Default_Init_Cond (Typ) and then (Has_Default_Init_Cond (Typ)
or else or else Has_Inherited_Default_Init_Cond (Typ))
Has_Inherited_Default_Init_Cond (Typ))
and then not Has_Init_Expression (N) and then not Has_Init_Expression (N)
and then Present (Default_Init_Cond_Procedure (Typ)) and then Present (Default_Init_Cond_Procedure (Typ))
then then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment