Removing trailing spaces
[libcds.git] / cds / container / skip_list_set_rcu.h
index a61ce17af46df20c78890f294e158743a3e262b9..5004833531d4fab7f749cdb2fed2922df023dc29 100644 (file)
@@ -477,7 +477,7 @@ namespace cds { namespace container {
 
         /// Extracts an item with minimal key from the set
         /**
-            The function searches an item with minimal key, unlinks it, 
+            The function searches an item with minimal key, unlinks it,
             and returns \ref cds::urcu::exempt_ptr "exempt_ptr" pointer to the item.
             If the skip-list is empty the function returns an empty \p exempt_ptr.
 
@@ -494,7 +494,7 @@ namespace cds { namespace container {
 
         /// Extracts an item with maximal key from the set
         /**
-            The function searches an item with maximal key, unlinks it from the set, 
+            The function searches an item with maximal key, unlinks it from the set,
             and returns \ref cds::urcu::exempt_ptr "exempt_ptr" pointer to the item.
             If the skip-list is empty the function returns an empty \p exempt_ptr.