Removed redundant spaces
[libcds.git] / test / include / cds_test / stat_sync_monitor_out.h
index 71320b89f368e18caad4d4982d34271461a389b1..b108b9e5b5eaa75ae79f5db40870ef199c47752f 100644 (file)
@@ -52,7 +52,7 @@ namespace cds_test {
         return o;
     }
 
-#   define CDSSTRESS_POOLMONITOR_STAT_OUT( s, field ) CDSSTRESS_STAT_OUT_( "pool_monitor." #field, s.field.get() )
+#   define CDSSTRESS_POOLMONITOR_STAT_OUT( s, field ) CDSSTRESS_STAT_OUT_( "pool_monitor." #field, s.field.get())
 
     static inline property_stream& operator <<( property_stream& o, cds::sync::pool_monitor_traits::stat<> const& s )
     {