Commit 15e2e3f5 by Arnaud Charlet

Minor reformatting.

From-SVN: r244784
parent ae33543c
...@@ -2649,8 +2649,8 @@ package body Sem_Ch3 is ...@@ -2649,8 +2649,8 @@ package body Sem_Ch3 is
and then not Is_Generic_Instance (Current_Scope) and then not Is_Generic_Instance (Current_Scope)
then then
-- Loop through all entities in the current scope to identify -- Loop through all entities in the current scope to identify
-- an instance of the edge-case outlined above and ignore -- an instance of the edge case outlined above and ignore
-- freezeing if it is detected. -- freezing if it is detected.
declare declare
Curr : Entity_Id := First_Entity (Current_Scope); Curr : Entity_Id := First_Entity (Current_Scope);
......
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