Removing trailing spaces
[libcds.git] / cds / intrusive / skip_list_rcu.h
index c63e085ea0a891f967dfb278e0b031e9a4b46612..40a321fd5e972dc5b16f1422c9037cfdaa1f5366 100644 (file)
@@ -318,7 +318,7 @@ namespace cds { namespace intrusive {
             - \p T - type to be stored in the list. The type must be based on \p skip_list::node (for \p skip_list::base_hook)
                 or it must have a member of type \p skip_list::node (for \p skip_list::member_hook).
             - \p Traits - set traits, default is \p skip_list::traits
-                It is possible to declare option-based list with \p cds::intrusive::skip_list::make_traits metafunction 
+                It is possible to declare option-based list with \p cds::intrusive::skip_list::make_traits metafunction
                 instead of \p Traits template argument.
 
         @note Before including <tt><cds/intrusive/skip_list_rcu.h></tt> you should include appropriate RCU header file,