Removed redundant spaces
[libcds.git] / test / unit / tree / test_intrusive_tree_hp.h
index 926ed35d4902e59529ff7f6192df561df92e17d9..1a1325afe8d2a111224a2e26da4c78857a169fad 100644 (file)
@@ -64,7 +64,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());