From 58b81ab059d8963e7b867bf67424714d88f1da94 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Thu, 20 Nov 2014 11:47:23 +0100 Subject: [PATCH] Minor reformatting. From-SVN: r217833 --- 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 ca58e47be6e..0cceea14c45 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.30.2