* sem_ch3.adb: Minor reformatting
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 26 May 2008 13:12:45 +0000 (15:12 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 26 May 2008 13:12:45 +0000 (15:12 +0200)
From-SVN: r135919

gcc/ada/sem_ch3.adb

index 1b367373720f2a7b2c0cd76f6c64f556d12180ca..a79e304e3b5dee09a9d1307b610304b5ad50ee27 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)