From c86b975494be60170a154be008ece6407849126b Mon Sep 17 00:00:00 2001 From: charlet Date: Thu, 20 Nov 2014 10:47:23 +0000 Subject: [PATCH] Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217833 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/exp_ch4.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/ada/exp_ch4.adb b/gcc/ada/exp_ch4.adb index ca58e47be6eb..0cceea14c45f 100644 --- a/gcc/ada/exp_ch4.adb +++ b/gcc/ada/exp_ch4.adb @@ -10623,7 +10623,8 @@ package body Exp_Ch4 is -- Ada 2005 (AI-251): Handle interface type conversion if Is_Interface (Actual_Op_Typ) - or else Is_Interface (Actual_Targ_Typ) + or else + Is_Interface (Actual_Targ_Typ) then Expand_Interface_Conversion (N); goto Done; -- 2.47.3