Removing trailing spaces
[libcds.git] / cds / container / skip_list_map_nogc.h
index 7745b7ea1f108cad3e2a1ba4401ca244d90eb5c0..a14890dc2061fe842877e6335e8897a96be85efb 100644 (file)
@@ -31,7 +31,7 @@ namespace cds { namespace container {
         - \p K - type of a key to be stored in the map.
         - \p T - type of a value to be stored in the map.
         - \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 
+            It is possible to declare option-based list with \p cds::container::skip_list::make_traits
             metafunction istead of \p Traits template argument.
     */
     template <