Removed redundant spaces
[libcds.git] / test / unit / set / test_set_nogc.h
index 7eb805d97c5f5cefeacb148f2f1e4cd0580b1a4a..f6aad21c82ebcef9186509610c041cc0d2390701 100644 (file)
@@ -240,7 +240,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());