Removed redundant spaces
[libcds.git] / test / unit / tree / test_tree_set_hp.h
index 2e39de5cf4a81d882f624699695448526cad1fde..0d7194cbf14cb6f42d35619c0fd50d412f1a38bd 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());