Commit 82d2af1b by Arnaud Charlet

* sem_ch3.adb: Minor reformatting

From-SVN: r135919
parent e886436a
...@@ -13121,7 +13121,7 @@ package body Sem_Ch3 is ...@@ -13121,7 +13121,7 @@ package body Sem_Ch3 is
-- type extension, otherwise this is an error. -- type extension, otherwise this is an error.
if Nkind_In (N, N_Task_Type_Declaration, if Nkind_In (N, N_Task_Type_Declaration,
N_Protected_Type_Declaration) N_Protected_Type_Declaration)
then then
if No (Interface_List (N)) if No (Interface_List (N))
and then not Error_Posted (N) and then not Error_Posted (N)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment