Removed redundant spaces
[libcds.git] / test / unit / set / test_michael_iterable_hp.h
index ba0679b97827d29efe318d2ea17b715f8f30ca3e..4810ed77a1f5ae620e7f243c23c17b5c09210f18 100644 (file)
@@ -59,7 +59,7 @@ namespace cds_test {
             data.reserve( kSize );
             indices.reserve( kSize );
             for ( size_t key = 0; key < kSize; ++key ) {
-                data.push_back( value_type( static_cast<int>(key)) );
+                data.push_back( value_type( static_cast<int>(key)));
                 indices.push_back( key );
             }
             shuffle( indices.begin(), indices.end());