Removing trailing spaces
[libcds.git] / cds / container / cuckoo_map.h
index 826b1bb54fac825ca19aaf5dd4d88b351bf5726d..2ab664496266dff95057eb225940e6ab1043fa75 100644 (file)
@@ -140,7 +140,7 @@ namespace cds { namespace container {
         - \p Key - key type
         - \p T - the type stored in the map.
         - \p Traits - map traits., default is \p cuckoo::traits.
-            It is possible to declare option-based set with \p cuckoo::make_traits metafunction 
+            It is possible to declare option-based set with \p cuckoo::make_traits metafunction
             result as \p Traits template argument.
 
        <b>Examples</b>