]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sem_ch4.adb: Minor reformatting.
authorThomas Quinot <quinot@adacore.com>
Mon, 4 Aug 2008 12:51:41 +0000 (14:51 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 4 Aug 2008 12:51:41 +0000 (14:51 +0200)
2008-08-04  Thomas Quinot  <quinot@adacore.com>

* sem_ch4.adb: Minor reformatting.

From-SVN: r138619

gcc/ada/sem_ch4.adb

index 2129a273567293fd09ac347023ad34be530ecb1f..cd3bb500099c2a215b4df3058df805177ab96d87 100644 (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