From 690943fcd4d667a4de8614a565bc13a66816c94a Mon Sep 17 00:00:00 2001 From: Robert Dewar Date: Mon, 29 Aug 2011 13:42:00 +0000 Subject: a-cdlili.adb, [...]: Minor reformatting. 2011-08-29 Robert Dewar * 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 --- gcc/ada/a-coorse.ads | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'gcc/ada/a-coorse.ads') 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 -- cgit v1.1