From f030154fe727e25a2afe1f78b3998c2d2dba95e4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 18 Aug 2009 09:24:15 +0000 Subject: astyle cleanup, corrects not loading of material textures --- src/core/stats.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/core/stats.cc') 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() }; } - + -- cgit v1.2.3