Removed redundant spaces
[libcds.git] / test / unit / intrusive-set / test_intrusive_split_iterable_set_hp.h
index 1d634f309bd3de8abbaac3327ffd7ce5a691c62c..76b04351fb02be7d213fe939992ecba540cb0c55 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());