Refactored Map_InsDelFind MT-test
[libcds.git] / cds / container / impl / michael_kvlist.h
index 229453ab6cb2a9ca5bafbeaf8e36873a8e35a4c5..dc7d4bbeb11dcb567cfd949b44e991a6ca93a720 100644 (file)
@@ -783,7 +783,7 @@ namespace cds { namespace container {
             scoped_node_ptr pNode( alloc_node( key ));
 
             std::pair<bool, bool> ret = base_class::update_at( refHead, *pNode,
-                [&f]( bool bNew, node_type& node, node_type& ){ f( bNew, node.m_Data ); }, 
+                [&f]( bool bNew, node_type& node, node_type& ){ f( bNew, node.m_Data ); },
                 bAllowInsert );
             if ( ret.first && ret.second )
                 pNode.release();