aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/prj-pp.ads
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2010-10-05 10:14:50 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2010-10-05 12:14:50 +0200
commit3ce5ca7546a3772a770a7456d9575b3d10c0380e (patch)
treeba7fd118079ee940543d3f23197253b06e5567f7 /gcc/ada/prj-pp.ads
parent96d2756f41a4a5f90fa8c302e38be5e35761d14b (diff)
downloadgcc-3ce5ca7546a3772a770a7456d9575b3d10c0380e.zip
gcc-3ce5ca7546a3772a770a7456d9575b3d10c0380e.tar.gz
gcc-3ce5ca7546a3772a770a7456d9575b3d10c0380e.tar.bz2
exp_ch3.adb, [...]: Minor code reorganization.
2010-10-05 Robert Dewar <dewar@adacore.com> * exp_ch3.adb, exp_ch5.adb, exp_disp.adb, exp_dist.adb, gnatlink.adb, makeutl.adb, par-ch6.adb, prj-dect.adb, prj-env.adb, prj-env.ads, prj-ext.adb, prj-nmsc.adb, prj-part.adb, prj-pp.ads: Minor code reorganization. Minor reformatting. From-SVN: r164979
Diffstat (limited to 'gcc/ada/prj-pp.ads')
-rw-r--r--gcc/ada/prj-pp.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/prj-pp.ads b/gcc/ada/prj-pp.ads
index 85bbdeb..f47e058 100644
--- a/gcc/ada/prj-pp.ads
+++ b/gcc/ada/prj-pp.ads
@@ -61,7 +61,7 @@ package Prj.PP is
-- Output a project file, using either the default output routines, or the
-- ones specified by W_Char, W_Eol and W_Str.
--
- -- Increment is the number of spaces for each indentation level.
+ -- Increment is the number of spaces for each indentation level
--
-- W_Char, W_Eol and W_Str can be used to change the default output
-- procedures. The default values force the output to Standard_Output.
@@ -82,7 +82,7 @@ package Prj.PP is
-- Id is used to compute the display name of the project including its
-- proper casing.
--
- -- Max_Line_Length is the maximum line length in the project file.
+ -- Max_Line_Length is the maximum line length in the project file
private