Removed redundant spaces
[libcds.git] / test / unit / set / test_feldman_hashset_hp.h
index 805e5a79e21c3d491f75df42e481f87a81404e3a..0df10297d853180b25423f3e76c572dde9163aff 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());