From 65acb0a75980eb51b54be66edc894a3dc40d4038 Mon Sep 17 00:00:00 2001 From: charlet Date: Wed, 6 Aug 2008 08:52:10 +0000 Subject: [PATCH] 2008-08-06 Thomas Quinot * sem_ch3.adb: Minor reformatting git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138776 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 ffc1be8..00580bf 100644 --- a/gcc/ada/sem_ch3.adb +++ b/gcc/ada/sem_ch3.adb @@ -4624,7 +4624,7 @@ package body Sem_Ch3 is Has_Private_Component (Derived_Type)); Conditional_Delay (Derived_Type, Subt); - -- Ada 2005 (AI-231). Set the null-exclusion attribute, and verify + -- Ada 2005 (AI-231): Set the null-exclusion attribute, and verify -- that it is not redundant. if Null_Exclusion_Present (Type_Definition (N)) then -- 2.7.4