aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-coorse.ads
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2011-08-29 13:42:00 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-29 15:42:00 +0200
commit690943fcd4d667a4de8614a565bc13a66816c94a (patch)
treef20f4df300d64f5600c1039d02d785c133bb1250 /gcc/ada/a-coorse.ads
parentff15f019e014d1d41e4a78d289f4f61873d62bd8 (diff)
downloadgcc-690943fcd4d667a4de8614a565bc13a66816c94a.zip
gcc-690943fcd4d667a4de8614a565bc13a66816c94a.tar.gz
gcc-690943fcd4d667a4de8614a565bc13a66816c94a.tar.bz2
a-cdlili.adb, [...]: Minor reformatting.
2011-08-29 Robert Dewar <dewar@adacore.com> * a-cdlili.adb, a-cdlili.ads, a-coinve.adb, a-coinve.ads, sem_util.adb, sem_util.ads, a-cohama.adb, a-cohama.ads, a-coorse.adb, a-coorse.ads, aspects.ads, sem_ch8.adb: Minor reformatting. From-SVN: r178232
Diffstat (limited to 'gcc/ada/a-coorse.ads')
-rw-r--r--gcc/ada/a-coorse.ads10
1 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ada/a-coorse.ads b/gcc/ada/a-coorse.ads
index cf52da6..8dc0eda 100644
--- a/gcc/ada/a-coorse.ads
+++ b/gcc/ada/a-coorse.ads
@@ -33,7 +33,8 @@
private with Ada.Containers.Red_Black_Trees;
private with Ada.Finalization;
-with Ada.Streams; use Ada.Streams;
+
+with Ada.Streams; use Ada.Streams;
with Ada.Iterator_Interfaces;
generic
@@ -254,10 +255,13 @@ package Ada.Containers.Ordered_Sets is
(Container : Set;
Process : not null access procedure (Position : Cursor));
- function Iterate (Container : Set)
+ function Iterate
+ (Container : Set)
return Ordered_Set_Iterator_Interfaces.Reversible_Iterator'class;
- function Iterate (Container : Set; Start : Cursor)
+ function Iterate
+ (Container : Set;
+ Start : Cursor)
return Ordered_Set_Iterator_Interfaces.Reversible_Iterator'class;
generic