summaryrefslogtreecommitdiff
path: root/gcc/ada/output.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-20 09:44:10 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-20 09:44:10 +0000
commiteec7772e67389de1629bf1f8ad0673cc4695faba (patch)
treeb49e8db45c4f24e5ecfeee5550af7e826a984c83 /gcc/ada/output.ads
parentd7a87dfa0a39e0eae352c203007e97016039bef7 (diff)
downloadgcc-eec7772e67389de1629bf1f8ad0673cc4695faba.tar.gz
2009-04-20 Thomas Quinot <quinot@adacore.com>
* s-taprop-irix.adb, s-taprop-tru64.adb, s-taprop-vms.adb, output.adb, output.ads, s-taprop-hpux-dce.adb, s-taprop-linux.adb, s-taprop-solaris.adb, s-taprop-posix.adb: Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146388 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/output.ads')
-rw-r--r--gcc/ada/output.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/output.ads b/gcc/ada/output.ads
index 2bb38fc8fa4..8e8eb6b0eba 100644
--- a/gcc/ada/output.ads
+++ b/gcc/ada/output.ads
@@ -84,7 +84,7 @@ package Output is
procedure Indent;
-- Increases the current indentation level. Whenever a line is written
-- (triggered by Eol), an appropriate amount of whitespace is added to the
- -- beginning of the line, wrapping around if it gets to long.
+ -- beginning of the line, wrapping around if it gets too long.
procedure Outdent;
-- Decreases the current indentation level.
@@ -200,8 +200,8 @@ private
-- Column about to be written
type Saved_Output_Buffer is record
- Buffer : String (1 .. Buffer_Max + 1);
- Next_Col : Positive;
+ Buffer : String (1 .. Buffer_Max + 1);
+ Next_Col : Positive;
Cur_Indentation : Natural;
end record;