diff options
author | Robert Dewar <dewar@adacore.com> | 2014-06-13 10:26:34 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-06-13 12:26:34 +0200 |
commit | 129bbe4330667aca34b1f15cb6db9e7615143acb (patch) | |
tree | ac067b42d0006129301b9981c84465c42a834989 /gcc/ada/a-coinho.ads | |
parent | aca670a0a949d7b79bd7d70997df0e0fbbd71b5d (diff) | |
download | gcc-129bbe4330667aca34b1f15cb6db9e7615143acb.tar.gz |
sem_ch3.adb, [...]: Minor reformatting.
2014-06-13 Robert Dewar <dewar@adacore.com>
* sem_ch3.adb, sem_ch9.adb, a-coinho.adb, a-coinho.ads: Minor
reformatting.
From-SVN: r211628
Diffstat (limited to 'gcc/ada/a-coinho.ads')
-rw-r--r-- | gcc/ada/a-coinho.ads | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gcc/ada/a-coinho.ads b/gcc/ada/a-coinho.ads index 5edfc64770b..c5f45f54636 100644 --- a/gcc/ada/a-coinho.ads +++ b/gcc/ada/a-coinho.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2014, Free Software Foundation, Inc. -- +-- Copyright (C) 2011-2014, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -131,8 +131,8 @@ private pragma Inline (Finalize); type Constant_Reference_Type - (Element : not null access constant Element_Type) - is record + (Element : not null access constant Element_Type) is + record Control : Reference_Control_Type; end record; @@ -148,9 +148,7 @@ private for Constant_Reference_Type'Read use Read; - type Reference_Type - (Element : not null access Element_Type) - is record + type Reference_Type (Element : not null access Element_Type) is record Control : Reference_Control_Type; end record; |