Removed redundant spaces
[libcds.git] / test / include / cds_test / stat_flat_combining_out.h
index df06d9f80e54f65e0d1c8079c743c7855f08b389..ef0404d2e83e7fb9aaad711fef6999fd1c03df10 100644 (file)
@@ -43,7 +43,7 @@ namespace cds_test {
     static inline property_stream& operator <<( property_stream& o, cds::algo::flat_combining::stat<> const& s )
     {
         return o
-            << CDSSTRESS_STAT_OUT_( "combining_factor", s.combining_factor() )
+            << CDSSTRESS_STAT_OUT_( "combining_factor", s.combining_factor())
             << CDSSTRESS_STAT_OUT( s, m_nOperationCount )
             << CDSSTRESS_STAT_OUT( s, m_nCombiningCount )
             << CDSSTRESS_STAT_OUT( s, m_nCompactPublicationList )