Removed redundant spaces
[libcds.git] / test / unit / intrusive-set / test_intrusive_set_hp.h
index 90746509d8a5aa2e882fac493efb0bda2d4d0759..e9f830d9e5158c3b4613401d74d6e4148f6f46b7 100644 (file)
@@ -65,7 +65,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());