From 82d2af1be1aaa01a027a1ccd893bd556294ac15a Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Mon, 26 May 2008 15:12:45 +0200 Subject: [PATCH] * sem_ch3.adb: Minor reformatting From-SVN: r135919 --- gcc/ada/sem_ch3.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/sem_ch3.adb b/gcc/ada/sem_ch3.adb index 1b367373720..a79e304e3b5 100644 --- a/gcc/ada/sem_ch3.adb +++ b/gcc/ada/sem_ch3.adb @@ -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) -- 2.30.2