summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libg++/include/parsestream.h
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
commit2ad6f3dee6bc54535003f4ab26bbc587b7efa38c (patch)
treea3959baf797787918878bec6d58d6a0fb743ad0a /gnu/lib/libg++/include/parsestream.h
parent4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (diff)
downloadFreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.zip
FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'gnu/lib/libg++/include/parsestream.h')
-rw-r--r--gnu/lib/libg++/include/parsestream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libg++/include/parsestream.h b/gnu/lib/libg++/include/parsestream.h
index b168707..c0dfce2 100644
--- a/gnu/lib/libg++/include/parsestream.h
+++ b/gnu/lib/libg++/include/parsestream.h
@@ -67,7 +67,7 @@ class parsebuf : public streambuf {
// Length of current line, not counting either '\n'.
int line_length() { return _line_length; }
- // Current line - not a copy, so file ops may trash it.
+ // Current line - not a copy, so file ops may trash it.
virtual char* current_line();
virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
virtual streambuf* setbuf(char* p, int len);
OpenPOWER on IntegriCloud