summaryrefslogtreecommitdiff
path: root/gcc/ada/a-cborse.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-cborse.ads')
-rw-r--r--gcc/ada/a-cborse.ads6
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/ada/a-cborse.ads b/gcc/ada/a-cborse.ads
index aee0bf968a1..09cb6510b2c 100644
--- a/gcc/ada/a-cborse.ads
+++ b/gcc/ada/a-cborse.ads
@@ -292,12 +292,10 @@ package Ada.Containers.Bounded_Ordered_Sets is
Old_Key : Key_Access;
end record;
- overriding procedure
- Adjust (Control : in out Reference_Control_Type);
+ overriding procedure Adjust (Control : in out Reference_Control_Type);
pragma Inline (Adjust);
- overriding procedure
- Finalize (Control : in out Reference_Control_Type);
+ overriding procedure Finalize (Control : in out Reference_Control_Type);
pragma Inline (Finalize);
type Reference_Type (Element : not null access Element_Type) is record