Text formatting, docfix
[libcds.git] / cds / container / michael_list_nogc.h
index 3c41b4dee1361bfe59ed6952c5c52212979669c4..43ea8076bf379b2b3690568d3f21cd9d9a5bde41 100644 (file)
@@ -294,7 +294,8 @@ namespace cds { namespace container {
 
         /// Updates the item
         /**
-            If \p key is not in the list and \p bAllowInsert is \p true, 
+            If \p key is not in the list and \p bAllowInsert is \p true,
+
             the function inserts a new item.
             Otherwise, the function returns an iterator pointing to the item found.