aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_dist.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2008-08-04 12:23:07 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-08-04 12:23:07 +0200
commit53aa444419c83c029c5502db0a3b01971d46d793 (patch)
tree9c81ef316788aaf2199578f4a8f6f6375f87eb0e /gcc/ada/exp_dist.adb
parent8654a24048d1f75d9ccf999d966342c8a71accda (diff)
downloadgcc-53aa444419c83c029c5502db0a3b01971d46d793.zip
gcc-53aa444419c83c029c5502db0a3b01971d46d793.tar.gz
gcc-53aa444419c83c029c5502db0a3b01971d46d793.tar.bz2
exp_dist.adb: Minor reformatting
2008-08-04 Robert Dewar <dewar@adacore.com> * exp_dist.adb: Minor reformatting From-SVN: r138602
Diffstat (limited to 'gcc/ada/exp_dist.adb')
-rw-r--r--gcc/ada/exp_dist.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_dist.adb b/gcc/ada/exp_dist.adb
index 8576cbf..38693f1 100644
--- a/gcc/ada/exp_dist.adb
+++ b/gcc/ada/exp_dist.adb
@@ -11005,13 +11005,13 @@ package body Exp_Dist is
Nam : Name_Id) return Entity_Id
is
begin
-
declare
Serial : Nat := 0;
-- For tagged types, we use a canonical name so that it matches
-- the primitive spec. For all other cases, we use a serialized
-- name so that multiple generations of the same procedure do
-- not clash.
+
begin
if not Is_Tagged_Type (Typ) then
Serial := Increment_Serial_Number;