summaryrefslogtreecommitdiff
path: root/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Statistics.h')
-rw-r--r--tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Statistics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Statistics.h b/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Statistics.h
index 4d7dcff1df9..f115ddc2b1f 100644
--- a/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Statistics.h
+++ b/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Statistics.h
@@ -6,11 +6,11 @@
#include "StatisticsHelper.h"
-class CSD_TP_Foo_C_Export Foo_C_Statistics
+class CSD_TP_Foo_C_Export Foo_C_Statistics
{
public:
- Foo_C_Statistics(unsigned num_remote_clients,
+ Foo_C_Statistics(unsigned num_remote_clients,
unsigned num_collocated_clients);
virtual ~Foo_C_Statistics();
@@ -24,7 +24,7 @@ class CSD_TP_Foo_C_Export Foo_C_Statistics
private:
- unsigned num_remote_clients_;
+ unsigned num_remote_clients_;
unsigned num_collocated_clients_;
unsigned expected_[10];
unsigned actual_[10];