Removed redundant spaces
[libcds.git] / test / unit / set / test_skiplist_rcu.h
index 15220f7635bf856b7d24a120b5626c288060008b..6b0479e9f9d7ab12340a301a175091c91722ad0f 100644 (file)
@@ -62,7 +62,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());