aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_dist.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-16 15:19:37 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-16 15:19:37 +0200
commit9fbb3ae64a8d1c6103f4d4a91e60f1ee8312b3f3 (patch)
tree1e53df1d761fd3399a414a384940819f1d926a31 /gcc/ada/exp_dist.adb
parent44e9f0067860f38c31869181263a395ab43981d7 (diff)
downloadgcc-9fbb3ae64a8d1c6103f4d4a91e60f1ee8312b3f3.zip
gcc-9fbb3ae64a8d1c6103f4d4a91e60f1ee8312b3f3.tar.gz
gcc-9fbb3ae64a8d1c6103f4d4a91e60f1ee8312b3f3.tar.bz2
[multiple changes]
2009-04-16 Robert Dewar <dewar@adacore.com> * g-pehage.adb: Minor reformatting * sem_ch12.adb: Minor reformatting * exp_dist.adb: Minor reformatting * bindgen.adb: Minor style fixes. 2009-04-16 Ed Schonberg <schonberg@adacore.com> * sem_eval.adb (Eval_Indexed_Component): Extend constant-folding of indexed components to the case where the prefix is a static string literal. 2009-04-16 Javier Miranda <miranda@adacore.com> * exp_ch3.adb (Expand_N_Object_Declaration): In case of build-in-place objects avoid any further expansion of the expression initializing the object. From-SVN: r146189
Diffstat (limited to 'gcc/ada/exp_dist.adb')
-rw-r--r--gcc/ada/exp_dist.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/exp_dist.adb b/gcc/ada/exp_dist.adb
index 28916b0..58a128e6 100644
--- a/gcc/ada/exp_dist.adb
+++ b/gcc/ada/exp_dist.adb
@@ -7667,9 +7667,9 @@ package body Exp_Dist is
Request := Make_Defining_Identifier (Loc, Name_R);
RPC_Receiver_Spec :=
- Build_RPC_Receiver_Specification (
- RPC_Receiver => RPC_Receiver,
- Request_Parameter => Request);
+ Build_RPC_Receiver_Specification
+ (RPC_Receiver => RPC_Receiver,
+ Request_Parameter => Request);
Subp_Id := Make_Defining_Identifier (Loc, Name_P);
Subp_Index := Make_Defining_Identifier (Loc, Name_I);