From 288f28c87e097c42b8c10e8d73cd1fbf75942412 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Fri, 4 Nov 2011 15:10:21 +0100 Subject: [PATCH] Minor reformatting. From-SVN: r180957 --- gcc/ada/sem_ch5.adb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/ada/sem_ch5.adb b/gcc/ada/sem_ch5.adb index 2ddf1af53bb..0e6c5cf98bd 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;