Removed redundant spaces
[libcds.git] / test / unit / striped-set / test_intrusive_striped_set.h
index 4a96e20beb9660d576579a8a6958220893cb05c1..efdb876bb203ee8cfa97af3c13e9c8d2bb761bbe 100644 (file)
@@ -138,7 +138,7 @@ namespace {
 
         std::vector< typename set_type::value_type > data;
         {
-            set_type s( 64, ci::striped_set::single_bucket_size_threshold<0>( 4 ) );
+            set_type s( 64, ci::striped_set::single_bucket_size_threshold<0>( 4 ));
             this->test( s, data );
         }
     }
@@ -222,7 +222,7 @@ namespace {
 
         std::vector< typename set_type::value_type > data;
         {
-            set_type s( 64, ci::striped_set::single_bucket_size_threshold<0>( 4 ) );
+            set_type s( 64, ci::striped_set::single_bucket_size_threshold<0>( 4 ));
             this->test( s, data );
         }
     }
@@ -391,7 +391,7 @@ namespace {
 
         std::vector< typename set_type::value_type > data;
         {
-            set_type s( 64, ci::striped_set::single_bucket_size_threshold<0>( 4 ) );
+            set_type s( 64, ci::striped_set::single_bucket_size_threshold<0>( 4 ));
             this->test( s, data );
         }
     }