Removing trailing spaces
[libcds.git] / cds / container / impl / skip_list_set.h
index 3f42454415748f855f601d43c4bb10c1854eb941..18bcf09d398e860638e42b2989f855f218a81e49 100644 (file)
@@ -36,7 +36,7 @@ namespace cds { namespace container {
         - \p GC - Garbage collector used.
         - \p T - type to be stored in the list.
         - \p Traits - set 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.
 
         @warning The skip-list requires up to 67 hazard pointers that may be critical for some GCs for which