From: Arnaud Charlet Date: Fri, 4 Nov 2011 14:10:21 +0000 (+0100) Subject: Minor reformatting. X-Git-Tag: releases/gcc-4.7.0~2489 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=288f28c87e097c42b8c10e8d73cd1fbf75942412;p=thirdparty%2Fgcc.git Minor reformatting. From-SVN: r180957 --- diff --git a/gcc/ada/sem_ch5.adb b/gcc/ada/sem_ch5.adb index 2ddf1af53bb4..0e6c5cf98bd4 100644 --- a/gcc/ada/sem_ch5.adb +++ b/gcc/ada/sem_ch5.adb @@ -2431,7 +2431,7 @@ package body Sem_Ch5 is declare Element : constant Entity_Id := - Find_Aspect (Typ, Aspect_Iterator_Element); + Find_Aspect (Typ, Aspect_Iterator_Element); begin if No (Element) then Error_Msg_NE ("cannot iterate over&", N, Typ); @@ -2453,7 +2453,6 @@ package body Sem_Ch5 is Error_Msg_NE ("cannot iterate over&", Name (N), Typ); else - Error_Msg_N ("name must be an iterator, not a container", Name (N)); end if;