Removed redundant spaces
[libcds.git] / test / unit / set / test_set_rcu.h
index 4d0399784eab95cf7f9adbccc7998af4b37d550e..e15edc5a8f13bbf6d6c94be52523708f0fa4f881 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());