OSDN Git Service

* sem_ch3.adb: Minor reformatting
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 May 2008 13:12:45 +0000 (13:12 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 May 2008 13:12:45 +0000 (13:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135919 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/sem_ch3.adb

index 1b36737..a79e304 100644 (file)
@@ -13121,7 +13121,7 @@ package body Sem_Ch3 is
             --  type extension, otherwise this is an error.
 
             if Nkind_In (N, N_Task_Type_Declaration,
-                         N_Protected_Type_Declaration)
+                            N_Protected_Type_Declaration)
             then
                if No (Interface_List (N))
                  and then not Error_Posted (N)