OSDN Git Service

Minor reformatting.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Nov 2011 14:10:21 +0000 (14:10 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Nov 2011 14:10:21 +0000 (14:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180957 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/sem_ch5.adb

index 2ddf1af..0e6c5cf 100644 (file)
@@ -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;