Removing trailing spaces
[libcds.git] / tests / test-hdr / map / hdr_skiplist_map.h
index e21aaaa333b7222b5925871b2a9d378527625cf1..ef474f7506b8ae0f1615573f5ad9c110565b28aa 100644 (file)
@@ -180,7 +180,7 @@ namespace map {
                     CPPUNIT_CHECK( gp->first == nKey );
                     CPPUNIT_CHECK( gp->second.m_val == nKey * 2 );
                     gp.release();
-                    
+
                     gp = m.extract_with( wrapped_item( nKey ), wrapped_less());
                     CPPUNIT_ASSERT( gp );
                     CPPUNIT_ASSERT( !gp.empty());