From: Arnaud Charlet Date: Thu, 20 Nov 2014 10:47:23 +0000 (+0100) Subject: Minor reformatting. X-Git-Tag: releases/gcc-5.1.0~3021 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58b81ab059d8963e7b867bf67424714d88f1da94;p=thirdparty%2Fgcc.git Minor reformatting. From-SVN: r217833 --- 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;