Removed trailing whitespaces
[libcds.git] / cds / container / michael_kvlist_rcu.h
index 6c4f61b8be612dc54307ac0df5203ad6a34b9cc1..3efaf063cfece96d1b20f5fed6a9c8ebd7cf93da 100644 (file)
@@ -540,7 +540,7 @@ namespace cds { namespace container {
             unlinks it from the list, and returns \ref cds::urcu::exempt_ptr "exempt_ptr" pointer to the item found.
             If \p key is not found the function returns an empty \p exempt_ptr.
 
-            @note The function does NOT dispose the item found. 
+            @note The function does NOT dispose the item found.
             It just excludes the item from the list and returns a pointer to item found.
             You shouldn't lock RCU before calling this function.