Removed redundant spaces
[libcds.git] / cds / container / details / make_skip_list_map.h
index 5c808a3b4ef9a83fd6d40ee6cdfa0f9474efd761..cc34b391e3e7ccbe3f70938d2839bf699835ba6e 100644 (file)
@@ -58,7 +58,7 @@ namespace cds { namespace container { namespace details {
 
             template <typename Q>
             node_type( unsigned int nHeight, atomic_marked_ptr * pTower, Q const& key )
-                : m_Value( std::make_pair( key, mapped_type() ))
+                : m_Value( std::make_pair( key, mapped_type()))
             {
                 init_tower( nHeight, pTower );
             }