Commit 8e4bea29 by Thomas Quinot Committed by Arnaud Charlet

exp_dist.adb: Minor reformating

2008-05-27  Thomas Quinot  <quinot@adacore.com>

	* exp_dist.adb: Minor reformating

From-SVN: r135984
parent 612c5336
...@@ -1778,8 +1778,8 @@ package body Exp_Dist is ...@@ -1778,8 +1778,8 @@ package body Exp_Dist is
Make_Object_Declaration (Loc, Make_Object_Declaration (Loc,
Defining_Identifier => Defining_Identifier =>
Make_Defining_Identifier (Loc, Chars (Proxy_Object_Addr)), Make_Defining_Identifier (Loc, Chars (Proxy_Object_Addr)),
Constant_Present => True, Constant_Present => True,
Object_Definition => New_Occurrence_Of (RTE (RE_Address), Loc), Object_Definition => New_Occurrence_Of (RTE (RE_Address), Loc),
Expression => Expression =>
Make_Attribute_Reference (Loc, Make_Attribute_Reference (Loc,
Prefix => New_Occurrence_Of ( Prefix => New_Occurrence_Of (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment