aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/tbuild.ads
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2009-07-15 09:33:38 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2009-07-15 11:33:38 +0200
commit124e3829bbb56ff80d11c7c8f4c5ed473342d0f2 (patch)
tree79676a7385cb768be5522434fa97696792e020cf /gcc/ada/tbuild.ads
parentc9b2f286db776b5cdf5e3c7cf3301a8d555f64c1 (diff)
downloadgcc-124e3829bbb56ff80d11c7c8f4c5ed473342d0f2.zip
gcc-124e3829bbb56ff80d11c7c8f4c5ed473342d0f2.tar.gz
gcc-124e3829bbb56ff80d11c7c8f4c5ed473342d0f2.tar.bz2
exp_aggr.adb, [...]: Minor reformatting Minor code reorganization
2009-07-15 Robert Dewar <dewar@adacore.com> * exp_aggr.adb, tbuild.ads, tbuild.adb: Minor reformatting Minor code reorganization From-SVN: r149665
Diffstat (limited to 'gcc/ada/tbuild.ads')
-rw-r--r--gcc/ada/tbuild.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/tbuild.ads b/gcc/ada/tbuild.ads
index f12b616..d02f7ac 100644
--- a/gcc/ada/tbuild.ads
+++ b/gcc/ada/tbuild.ads
@@ -176,8 +176,8 @@ package Tbuild is
-- is given as a normal string instead of a String_Id value.
function Make_Temporary
- (Loc : Source_Ptr;
- Id : Name_Id;
+ (Loc : Source_Ptr;
+ Id : Name_Id;
Related_Node : Node_Id := Empty) return Node_Id;
-- Create a defining identifier to capture the value of an expression
-- or aggregate, and link it to the expression that it replaces, in