Removed trailing whitespaces
[libcds.git] / cds / intrusive / details / lazy_list_base.h
index 9f60c4313ad358c03b8856fcf9d3bdb7676349d6..19b3b07e9201b5b580dee4c679d5103c101f3619 100644 (file)
@@ -217,7 +217,7 @@ namespace cds { namespace intrusive {
 
             /// Specifies list ordering policy
             /**
-                If \p sort is \p true, than list maintains items in sorted order, otherwise the list is unordered. 
+                If \p sort is \p true, than list maintains items in sorted order, otherwise the list is unordered.
                 Default is \p true.
                 Note that if \p sort is \p false, than lookup operations scan entire list.
             */