Commit 7bd98753 by Thomas Quinot Committed by Arnaud Charlet

sem_ch3.adb: Minor reformatting

2008-08-06  Thomas Quinot  <quinot@adacore.com>

	* sem_ch3.adb: Minor reformatting

From-SVN: r138776
parent f9325b03
...@@ -4624,7 +4624,7 @@ package body Sem_Ch3 is ...@@ -4624,7 +4624,7 @@ package body Sem_Ch3 is
Has_Private_Component (Derived_Type)); Has_Private_Component (Derived_Type));
Conditional_Delay (Derived_Type, Subt); 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. -- that it is not redundant.
if Null_Exclusion_Present (Type_Definition (N)) then if Null_Exclusion_Present (Type_Definition (N)) then
......
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