From: Thomas Quinot Date: Mon, 4 Aug 2008 12:51:41 +0000 (+0200) Subject: sem_ch4.adb: Minor reformatting. X-Git-Tag: releases/gcc-4.4.0~3407 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56a7a3ab67d7ec5c04ba0d784b26ebd9f741001c;p=thirdparty%2Fgcc.git sem_ch4.adb: Minor reformatting. 2008-08-04 Thomas Quinot * sem_ch4.adb: Minor reformatting. From-SVN: r138619 --- diff --git a/gcc/ada/sem_ch4.adb b/gcc/ada/sem_ch4.adb index 2129a2735672..cd3bb500099c 100644 --- a/gcc/ada/sem_ch4.adb +++ b/gcc/ada/sem_ch4.adb @@ -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