aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-01-23 17:38:09 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2014-01-23 17:38:09 +0100
commitbdd6d80ab590fb02b3eef29fbdc4fc72142e1be1 (patch)
tree7afdbd7036cf69fdcbc9fbc28820ffb358cb0d43 /gcc
parent0a4f04e52efd974a6284683baec41b025d713463 (diff)
downloadgcc-bdd6d80ab590fb02b3eef29fbdc4fc72142e1be1.zip
gcc-bdd6d80ab590fb02b3eef29fbdc4fc72142e1be1.tar.gz
gcc-bdd6d80ab590fb02b3eef29fbdc4fc72142e1be1.tar.bz2
Minor reformatting.
From-SVN: r206983
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/lib-xref.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/lib-xref.adb b/gcc/ada/lib-xref.adb
index dc93ec9..aef33ad 100644
--- a/gcc/ada/lib-xref.adb
+++ b/gcc/ada/lib-xref.adb
@@ -2418,8 +2418,8 @@ package body Lib.Xref is
-- including synchronized tagged types.
declare
- Typ : constant Entity_Id := XE.Key.Ent;
- Elmt : Elmt_Id;
+ Typ : constant Entity_Id := XE.Key.Ent;
+ Elmt : Elmt_Id;
begin
if Is_Record_Type (Typ)