*Replace every tab with 4 spaces, checked by hand

--HG--
branch : trunk
This commit is contained in:
maximius
2009-08-15 19:08:39 -07:00
parent c88304af95
commit e581351794
10 changed files with 84 additions and 84 deletions

View File

@@ -92,10 +92,10 @@ void Log::SetDBLogLevel(char *Level)
{
int32 NewLevel = atoi((char*)Level);
if ( NewLevel < 0 )
NewLevel = 0;
m_dbLogLevel = NewLevel;
NewLevel = 0;
m_dbLogLevel = NewLevel;
outString( "DBLogLevel is %u",m_dbLogLevel );
outString( "DBLogLevel is %u",m_dbLogLevel );
}
void Log::Initialize()