Commit 3419a445 by Arnaud Charlet

Minor reformatting.

From-SVN: r185567
parent ce40d1ce
...@@ -15620,9 +15620,10 @@ package body Sem_Ch3 is ...@@ -15620,9 +15620,10 @@ package body Sem_Ch3 is
function Root_Corresponding_Discriminant function Root_Corresponding_Discriminant
(Discr : Entity_Id) return Entity_Id (Discr : Entity_Id) return Entity_Id
is is
D : Entity_Id := Discr; D : Entity_Id;
begin begin
D := Discr;
while Present (Corresponding_Discriminant (D)) loop while Present (Corresponding_Discriminant (D)) loop
D := Corresponding_Discriminant (D); D := Corresponding_Discriminant (D);
end loop; end loop;
......
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