Removing trailing spaces
[libcds.git] / cds / container / impl / skip_list_map.h
index 9d0bb2ac5e59fcfaeef1a68621e616b992e6c63d..3eb13f8b9683be21ed6670d9c98695cd7e033da6 100644 (file)
@@ -36,7 +36,7 @@ namespace cds { namespace container {
         - \p K - type of a key to be stored in the list.
         - \p T - type of a value to be stored in the list.
         - \p Traits - map traits, default is \p skip_list::traits
-            It is possible to declare option-based list with \p cds::container::skip_list::make_traits metafunction 
+            It is possible to declare option-based list with \p cds::container::skip_list::make_traits metafunction
             istead of \p Traits template argument.
 
         Like STL map class, \p %SkipListMap stores the key-value pair as <tt>std:pair< K const, T></tt>.