diff options
author | Piotr Trojanek <trojanek@adacore.com> | 2023-03-16 13:33:29 +0100 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2023-05-29 10:23:21 +0200 |
commit | 95349238568178b7152a89700766d033e4b23ca0 (patch) | |
tree | 5365966753a67d11560370b889fc71f71b01e890 /gcc/ada/gnat_ugn.texi | |
parent | f82fb00286eb774776c5f0e1cfdfd4981764d8f6 (diff) | |
download | gcc-95349238568178b7152a89700766d033e4b23ca0.zip gcc-95349238568178b7152a89700766d033e4b23ca0.tar.gz gcc-95349238568178b7152a89700766d033e4b23ca0.tar.bz2 |
ada: Remove extra whitespace from FOR loops
Whitespace cleanup.
gcc/ada/
* doc/gnat_ugn/gnat_and_program_execution.rst
(Some Useful Memory Pools): Remove extra whitespace from examples.
* sem_aggr.adb (Make_String_Into_Aggregate): Remove extra whitespace.
* gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc/ada/gnat_ugn.texi')
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index be23488..3d94a1a 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -22302,12 +22302,12 @@ procedure Pooloc1 is for A'Storage_Pool use X; v : A; begin - for I in 1 .. 50 loop + for I in 1 .. 50 loop v := new Integer; end loop; end Internal; begin - for I in 1 .. 100 loop + for I in 1 .. 100 loop Internal; end loop; end Pooloc1; @@ -29479,8 +29479,8 @@ to permit their use in free software. @printindex ge -@anchor{cf}@w{ } @anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ } +@anchor{cf}@w{ } @c %**end of body @bye |