Removed redundant spaces
[libcds.git] / test / unit / tree / test_tree_set_rcu.h
index 2d90808031334c6209b68a83f3a83ebc77626615..be22a843d463cd2d60a3400b031f258831365385 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());