diff options
author | Thomas Quinot <quinot@adacore.com> | 2008-08-04 14:51:41 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-04 14:51:41 +0200 |
commit | 56a7a3ab67d7ec5c04ba0d784b26ebd9f741001c (patch) | |
tree | 574d2781e0a282a35d70bd4e13f2b805233d09d0 /gcc | |
parent | 61549759f1dfbf0a10835bbd2ce1c6212d5257a4 (diff) | |
download | gcc-56a7a3ab67d7ec5c04ba0d784b26ebd9f741001c.zip gcc-56a7a3ab67d7ec5c04ba0d784b26ebd9f741001c.tar.gz gcc-56a7a3ab67d7ec5c04ba0d784b26ebd9f741001c.tar.bz2 |
sem_ch4.adb: Minor reformatting.
2008-08-04 Thomas Quinot <quinot@adacore.com>
* sem_ch4.adb: Minor reformatting.
From-SVN: r138619
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/sem_ch4.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_ch4.adb b/gcc/ada/sem_ch4.adb index 2129a27..cd3bb50 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 |