Removed redundant spaces
[libcds.git] / test / unit / intrusive-set / test_intrusive_feldman_hashset_rcu.h
index d8f795d547b04ca3a05e8bb2f95c23130161ea44..6b5c1fc270055ebc08f42dafc84afb9db0871b2a 100644 (file)
@@ -65,7 +65,7 @@ protected:
         data.reserve( nSetSize );
         indices.reserve( nSetSize );
         for ( size_t key = 0; key < nSetSize; ++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());