diff options
author | Thomas Quinot <quinot@adacore.com> | 2008-05-27 10:50:54 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-27 10:50:54 +0200 |
commit | 8e4bea294b661604e26811307bd92b4705e21092 (patch) | |
tree | 2e4c0553e6c3caa118e69e7fcbf5781228f044b6 /gcc/ada | |
parent | 612c533690e1c9df2808fb86b6ed2ba2597b876d (diff) | |
download | gcc-8e4bea294b661604e26811307bd92b4705e21092.zip gcc-8e4bea294b661604e26811307bd92b4705e21092.tar.gz gcc-8e4bea294b661604e26811307bd92b4705e21092.tar.bz2 |
exp_dist.adb: Minor reformating
2008-05-27 Thomas Quinot <quinot@adacore.com>
* exp_dist.adb: Minor reformating
From-SVN: r135984
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/exp_dist.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_dist.adb b/gcc/ada/exp_dist.adb index 3a37cb3..973948c 100644 --- a/gcc/ada/exp_dist.adb +++ b/gcc/ada/exp_dist.adb @@ -1778,8 +1778,8 @@ package body Exp_Dist is Make_Object_Declaration (Loc, Defining_Identifier => Make_Defining_Identifier (Loc, Chars (Proxy_Object_Addr)), - Constant_Present => True, - Object_Definition => New_Occurrence_Of (RTE (RE_Address), Loc), + Constant_Present => True, + Object_Definition => New_Occurrence_Of (RTE (RE_Address), Loc), Expression => Make_Attribute_Reference (Loc, Prefix => New_Occurrence_Of ( |