summaryrefslogtreecommitdiff
path: root/misc/uClibc++/include/uClibc++/map
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 17:12:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 17:12:02 -0600
commit2a815aa47083c49b9a809056004bd9a01e87221c (patch)
treee41801257e0cd4e27dc3516d8fd8216104a4c648 /misc/uClibc++/include/uClibc++/map
parent638c1a6dc07b438efa220c5345e94c3a963505ca (diff)
downloadnuttx-2a815aa47083c49b9a809056004bd9a01e87221c.tar.gz
nuttx-2a815aa47083c49b9a809056004bd9a01e87221c.tar.bz2
nuttx-2a815aa47083c49b9a809056004bd9a01e87221c.zip
Restore trainling whitespace in .patch and .diff files wehre required
Diffstat (limited to 'misc/uClibc++/include/uClibc++/map')
-rw-r--r--misc/uClibc++/include/uClibc++/map12
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/uClibc++/include/uClibc++/map b/misc/uClibc++/include/uClibc++/map
index 6816116bb..afc4689eb 100644
--- a/misc/uClibc++/include/uClibc++/map
+++ b/misc/uClibc++/include/uClibc++/map
@@ -35,7 +35,7 @@ template<class Key, class T, class Compare = less<Key>, class Allocator = alloca
//Compare the keys of the two items
- /* template<class Key, class T, class Compare, class Allocator> class _UCXXEXPORT
+ /* template<class Key, class T, class Compare, class Allocator> class _UCXXEXPORT
__base_map<Key, T, Compare, Allocator>::value_compare : public binary_function<
typename map<Key, T, Compare, Allocator>::value_type,
typename map<Key, T, Compare, Allocator>::value_type,
@@ -216,11 +216,11 @@ protected:
};
/* Non-member functions. These are at the end because they are not associated with any
- * particular class. These will be implemented as I figure out exactly what all of
+ * particular class. These will be implemented as I figure out exactly what all of
* them are supposed to do, and I have time.
*/
- template <class Key, class T, class Compare, class Allocator> _UCXXEXPORT bool operator<
+ template <class Key, class T, class Compare, class Allocator> _UCXXEXPORT bool operator<
(const map<Key,T,Compare,Allocator>& x, const map<Key,T,Compare,Allocator>& y);
template <class Key, class T, class Compare, class Allocator> _UCXXEXPORT bool operator!=
@@ -241,13 +241,13 @@ protected:
template <class Key, class T, class Compare, class Allocator> _UCXXEXPORT bool operator==
(const multimap<Key,T,Compare,Allocator>& x, const multimap<Key,T,Compare,Allocator>& y);
- template <class Key, class T, class Compare, class Allocator> _UCXXEXPORT bool operator<
+ template <class Key, class T, class Compare, class Allocator> _UCXXEXPORT bool operator<
(const multimap<Key,T,Compare,Allocator>& x, const multimap<Key,T,Compare,Allocator>& y);
template <class Key, class T, class Compare, class Allocator> _UCXXEXPORT bool operator!=
(const multimap<Key,T,Compare,Allocator>& x, const multimap<Key,T,Compare,Allocator>& y);
- template <class Key, class T, class Compare, class Allocator> _UCXXEXPORT bool operator>
+ template <class Key, class T, class Compare, class Allocator> _UCXXEXPORT bool operator>
(const multimap<Key,T,Compare,Allocator>& x, const multimap<Key,T,Compare,Allocator>& y);
template <class Key, class T, class Compare, class Allocator> _UCXXEXPORT bool operator>=
@@ -266,4 +266,4 @@ protected:
#endif
-
+