diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-27 08:50:54 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-27 08:50:54 +0000 |
commit | 1a069079cf54dee5197713b3b6191d0441c205a0 (patch) | |
tree | 2e4c0553e6c3caa118e69e7fcbf5781228f044b6 /gcc/ada/exp_dist.adb | |
parent | 83263ece1c0a21bf4c4a3ea0b1e17335970c4dbc (diff) | |
download | gcc-1a069079cf54dee5197713b3b6191d0441c205a0.tar.gz |
2008-05-27 Thomas Quinot <quinot@adacore.com>
* exp_dist.adb: Minor reformating
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135984 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_dist.adb')
-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 3a37cb30a2f..973948c4287 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 ( |