aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
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)