Minor reformatting.

From-SVN: r217833
This commit is contained in:
Arnaud Charlet 2014-11-20 11:47:23 +01:00
parent 6654786e8f
commit 58b81ab059
1 changed files with 2 additions and 1 deletions

View File

@ -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;