sem_ch4.adb: Minor reformatting.

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

	* sem_ch4.adb: Minor reformatting.

From-SVN: r138619
This commit is contained in:
Thomas Quinot 2008-08-04 14:51:41 +02:00 committed by Arnaud Charlet
parent 61549759f1
commit 56a7a3ab67

View File

@ -1516,8 +1516,8 @@ package body Sem_Ch4 is
then
-- The prefix may include access to subprograms and other access
-- types. If the context selects the interpretation that is a
-- function call (not a procedure call) we cannot rewrite the
-- node yet, but we include the result of the call interpretation.
-- function call (not a procedure call) we cannot rewrite the node
-- yet, but we include the result of the call interpretation.
Get_First_Interp (N, I, It);
while Present (It.Nam) loop