Removed redundant spaces
[libcds.git] / test / unit / set / test_split_iterable_hp.h
index 4003f0660c875182763c15e3953359a10367ef85..7f6174e3ded5ba568c73ee0a6630c48e7f74d39a 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());