Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stats.cc')
-rw-r--r--src/core/stats.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/stats.cc b/src/core/stats.cc
index 36e942f..f95c631 100644
--- a/src/core/stats.cc
+++ b/src/core/stats.cc
@@ -6,7 +6,8 @@
#include "core/stats.h"
-namespace core {
+namespace core
+{
unsigned long Stats::network_bytes_sent = 0;
unsigned long Stats::network_bytes_received = 0;
@@ -19,4 +20,4 @@ void Stats::clear()
};
}
-
+