aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/iterator
diff options
context:
space:
mode:
authorBernardo Innocenti <bernie@develer.com>2003-12-09 05:31:53 +0100
committerBernardo Innocenti <bernie@gcc.gnu.org>2003-12-09 05:31:53 +0100
commitfa30fe72d1d6e281786d296333b18ceff3d8c089 (patch)
treee7baac8d46bd354909d55bcc6367f5ced6fd5f03 /libstdc++-v3/include/ext/iterator
parent526da49cc7dea9f6022612320eb980535b91eecb (diff)
downloadgcc-fa30fe72d1d6e281786d296333b18ceff3d8c089.zip
gcc-fa30fe72d1d6e281786d296333b18ceff3d8c089.tar.gz
gcc-fa30fe72d1d6e281786d296333b18ceff3d8c089.tar.bz2
algorithm, [...]: Remove trailing whitespace.
* include/ext/algorithm, include/ext/debug_allocator.h, include/ext/enc_filebuf.h, include/ext/functional, include/ext/hash_fun.h, include/ext/hash_map, include/ext/hash_set, include/ext/hashtable.h, include/ext/iterator, include/ext/malloc_allocator.h, include/ext/memory, include/ext/mt_allocator.h, include/ext/numeric, include/ext/pod_char_traits.h, include/ext/pool_allocator.h, include/ext/rb_tree, include/ext/rope, include/ext/ropeimpl.h, include/ext/slist, include/ext/stdio_filebuf.h, include/ext/stdio_sync_filebuf.h: Remove trailing whitespace. From-SVN: r74464
Diffstat (limited to 'libstdc++-v3/include/ext/iterator')
-rw-r--r--libstdc++-v3/include/ext/iterator6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/ext/iterator b/libstdc++-v3/include/ext/iterator
index e492e68..094313c 100644
--- a/libstdc++-v3/include/ext/iterator
+++ b/libstdc++-v3/include/ext/iterator
@@ -72,7 +72,7 @@ namespace __gnu_cxx
// There are two signatures for distance. In addition to the one
// taking two iterators and returning a result, there is another
// taking two iterators and a reference-to-result variable, and
- // returning nothing. The latter seems to be an SGI extension.
+ // returning nothing. The latter seems to be an SGI extension.
// -- pedwards
template<typename _InputIterator, typename _Distance>
inline void
@@ -86,7 +86,7 @@ namespace __gnu_cxx
template<typename _RandomAccessIterator, typename _Distance>
inline void
- __distance(_RandomAccessIterator __first, _RandomAccessIterator __last,
+ __distance(_RandomAccessIterator __first, _RandomAccessIterator __last,
_Distance& __n, std::random_access_iterator_tag)
{
// concept requirements
@@ -109,5 +109,5 @@ namespace __gnu_cxx
}
} // namespace __gnu_cxx
-#endif
+#endif