From: Arnaud Charlet Date: Thu, 21 May 2015 10:47:50 +0000 (+0200) Subject: Minor reformatting. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc68dfe2e83fcbdedba5e627e15045ed43f12655;p=gcc.git Minor reformatting. From-SVN: r223476 --- diff --git a/gcc/ada/sem_ch5.adb b/gcc/ada/sem_ch5.adb index 34cc18eff4e..eb742438510 100644 --- a/gcc/ada/sem_ch5.adb +++ b/gcc/ada/sem_ch5.adb @@ -2139,7 +2139,6 @@ package body Sem_Ch5 is begin if Iter_Kind = N_Selected_Component then Obj := Prefix (Original_Node (Iter_Name)); - elsif Iter_Kind = N_Function_Call then Obj := First_Actual (Original_Node (Iter_Name)); end if; @@ -2148,8 +2147,8 @@ package body Sem_Ch5 is and then Is_Dependent_Component_Of_Mutable_Object (Obj) then Error_Msg_N - ("container cannot be a discriminant-dependent " & - "component of a mutable object", N); + ("container cannot be a discriminant-dependent " + & "component of a mutable object", N); end if; end; end if;