Removed trailing spaces
[libcds.git] / cds / container / details / bronson_avltree_base.h
index 9ce6a793bf07ef344f115dab9c9ff67e6c7d2d8d..349e36ed3c7904ac853c076c055cff629d63331c 100644 (file)
@@ -434,7 +434,7 @@ namespace cds { namespace container {
                 Due the nature of GC schema the disposer may be called asynchronously.
             - \p opt::sync_monitor -  @ref cds_sync_monitor "synchronization monitor" type for node-level locking,
                 default is \p cds::sync::injecting_monitor<cds::sync::spin>
-            - \p bronson_avltree::relaxed_insert - enable (\p true) or disable (\p false, the default) 
+            - \p bronson_avltree::relaxed_insert - enable (\p true) or disable (\p false, the default)
                 @ref bronson_avltree::relaxed_insert "relaxed insertion"
             - \p opt::item_counter - the type of item counting feature, by default it is disabled (\p atomicity::empty_item_counter)
                 To enable it use \p atomicity::item_counter
@@ -464,5 +464,4 @@ namespace cds { namespace container {
 
 }} // namespace cds::container
 
-
 #endif // #ifndef CDSLIB_CONTAINER_DETAILS_BRONSON_AVLTREE_BASE_H