diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-18 11:57:17 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-18 11:57:17 +0000 |
commit | 7a0ad664fcc900952a98c2a8520a76299e8fa481 (patch) | |
tree | 724288cd7e8211ba33316c9a033537487ba945b0 /gcc/doc/trouble.texi | |
parent | fd0f951e714dbf7ec7cdea436613664acf30bcfc (diff) | |
download | gcc-7a0ad664fcc900952a98c2a8520a76299e8fa481.tar.gz |
* doc/c-tree.texi, doc/cpp.texi, doc/extend.texi,
doc/frontends.texi, doc/gcov.texi, doc/gty.texi, doc/install.texi,
doc/invoke.texi, doc/libgcc.texi, doc/md.texi, doc/rtl.texi,
doc/sourcebuild.texi, doc/standards.texi, doc/tm.texi,
doc/trouble.texi: Remove trailing whitespace.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76098 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/trouble.texi')
-rw-r--r-- | gcc/doc/trouble.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/trouble.texi b/gcc/doc/trouble.texi index 524944c53e7..5ee77635f25 100644 --- a/gcc/doc/trouble.texi +++ b/gcc/doc/trouble.texi @@ -974,7 +974,7 @@ type @code{Derived<T>*}, so is obviously dependent), or using into scope by a @code{using}-declaration. Another, similar example involves calling member functions of a base -class: +class: @smallexample template <typename T> struct Base @{ |