Misc: CRLF to LF, whitespace cleanup and tabs to spaces

This commit is contained in:
Nay
2012-08-15 21:30:55 +01:00
parent 52a5991c12
commit ca2bc35713
5 changed files with 2929 additions and 2929 deletions

View File

@@ -109,7 +109,7 @@ void Log::CreateAppenderFromConfig(const char* name)
if (++iter != tokens.end())
flags = AppenderFlags(atoi(*iter));
switch (type)
{
case APPENDER_CONSOLE: