Minor reformatting.
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 23 Jan 2014 16:38:09 +0000 (17:38 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 23 Jan 2014 16:38:09 +0000 (17:38 +0100)
From-SVN: r206983

gcc/ada/lib-xref.adb

index dc93ec978add1d924d74c341e18f2e31295e960c..aef33ade8cbdb1a697ec4e07d3a110ddec731a04 100644 (file)
@@ -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)