Removed redundant spaces
[libcds.git] / test / stress / map / delodd / map_delodd.h
index 623068969c5da0564c8ed59a660c9794e2d2a1ee..3e5cebd338601d3a09ca1af448ebc76c556180ad 100644 (file)
@@ -685,7 +685,7 @@ namespace map {
             {
                 for ( size_t n = 0; n < s_nMapSize; n +=2 ) {
                     for ( size_t i = 0; i < s_nInsThreadCount; ++i ) {
-                        EXPECT_TRUE( testMap.contains( key_type( n, i )) ) << "key=" << n << "/" << i;
+                        EXPECT_TRUE( testMap.contains( key_type( n, i ))) << "key=" << n << "/" << i;
                     }
                 }
             }