From: charlet Date: Thu, 20 Nov 2014 11:34:34 +0000 (+0000) Subject: Minor reformatting. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa24c3e5f87a6d6b01937a6a3d3db68e5be0fbae;p=thirdparty%2Fgcc.git Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217843 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ada/sem_ch6.adb b/gcc/ada/sem_ch6.adb index 723d4593cddd..23f4bc5e47ba 100644 --- a/gcc/ada/sem_ch6.adb +++ b/gcc/ada/sem_ch6.adb @@ -924,8 +924,7 @@ package body Sem_Ch6 is and then Is_Progenitor (Designated_Type (R_Type), Designated_Type (Etype (Expr))) then - Rewrite (Expr, - Convert_To (R_Type, Relocate_Node (Expr))); + Rewrite (Expr, Convert_To (R_Type, Relocate_Node (Expr))); Analyze (Expr); end if;