From a0c8267611fd6ffeedd4ef0a0c24a2b6034fa84a Mon Sep 17 00:00:00 2001 From: charlet Date: Thu, 16 Jun 2016 10:29:15 +0000 Subject: [PATCH] Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237518 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/exp_ch3.adb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index 43d27ba613ac..d3b21a8b72d9 100644 --- a/gcc/ada/exp_ch3.adb +++ b/gcc/ada/exp_ch3.adb @@ -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 -- 2.47.3