aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch3.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2014-08-04 10:01:41 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2014-08-04 12:01:41 +0200
commitff7a5bcbdf9f3d0c219550cd0aa0ef248f7504eb (patch)
tree6eadf7110036445ae9b73636a4fde3277588c217 /gcc/ada/exp_ch3.adb
parente477d718a36af484ef589a9328af19b409d98105 (diff)
downloadgcc-ff7a5bcbdf9f3d0c219550cd0aa0ef248f7504eb.zip
gcc-ff7a5bcbdf9f3d0c219550cd0aa0ef248f7504eb.tar.gz
gcc-ff7a5bcbdf9f3d0c219550cd0aa0ef248f7504eb.tar.bz2
exp_prag.adb, [...]: Minor reformatting.
2014-08-04 Robert Dewar <dewar@adacore.com> * exp_prag.adb, sem_ch7.adb, einfo.adb, sem_prag.adb, sem_util.adb, exp_ch3.adb: Minor reformatting. From-SVN: r213553
Diffstat (limited to 'gcc/ada/exp_ch3.adb')
-rw-r--r--gcc/ada/exp_ch3.adb5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb
index 868f9e1..503b374 100644
--- a/gcc/ada/exp_ch3.adb
+++ b/gcc/ada/exp_ch3.adb
@@ -6039,8 +6039,9 @@ package body Exp_Ch3 is
-- Note that the check is generated for source objects only
if Comes_From_Source (Def_Id)
- and then (Has_Default_Init_Cond (Base_Typ)
- or else Has_Inherited_Default_Init_Cond (Base_Typ))
+ and then (Has_Default_Init_Cond (Base_Typ)
+ or else
+ Has_Inherited_Default_Init_Cond (Base_Typ))
then
declare
DIC_Call : constant Node_Id :=