Removed redundant spaces
[libcds.git] / test / unit / intrusive-set / test_intrusive_michael_iterable_hp.h
index cc644ab829d25b4464dbc0621002963ad52b06f7..674a36550974bf7a1aa5a62f0dde4ed536f9f212 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());