Remove trailing spaces
[libcds.git] / cds / container / impl / michael_kvlist.h
index bd82088cf346e74935e35140aad800fd7539d1db..70225fbcafbbbb7a76b45246aaa7d9d9d802a81a 100644 (file)
@@ -17,7 +17,7 @@ namespace cds { namespace container {
         constant key and alterable value.
 
         Usually, ordered single-linked list is used as a building block for the hash table implementation.
-        The complexity of searching is <tt>O(N)</tt> where \p N is the item count in the list, not in the 
+        The complexity of searching is <tt>O(N)</tt> where \p N is the item count in the list, not in the
         hash table.
 
         Template arguments: