summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-01-12 23:15:17 +0000
committerChris Wilson <chris+github@qwirx.com>2007-01-12 23:15:17 +0000
commit5a57914f63d84d3fcaf1566bfea8d63646ecd91b (patch)
tree7f860f1d4378186d99dcc8c9ee6e47c0f7080cb1 /lib/common
parent20de9f6a415e3805ef9283fafada5fe42650b755 (diff)
Cosmetic spacing fixes (refs #3)
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/Logging.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common/Logging.cpp b/lib/common/Logging.cpp
index ee76cde4..dad96126 100644
--- a/lib/common/Logging.cpp
+++ b/lib/common/Logging.cpp
@@ -21,8 +21,8 @@ bool Logging::sContextSet = false;
std::vector<Logger*> Logging::sLoggers;
std::string Logging::sContext;
-Console Logging::sConsole;
-Syslog Logging::sSyslog;
+Console Logging::sConsole;
+Syslog Logging::sSyslog;
Log::Level Logging::sGlobalLevel;
void Logging::ToSyslog(bool enabled)