From 56a7a3ab67d7ec5c04ba0d784b26ebd9f741001c Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Mon, 4 Aug 2008 14:51:41 +0200 Subject: [PATCH] sem_ch4.adb: Minor reformatting. 2008-08-04 Thomas Quinot * sem_ch4.adb: Minor reformatting. From-SVN: r138619 --- gcc/ada/sem_ch4.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3