DefaultLogger: Whitespace cleanup to fix GCC misleading indentation warning

pull/1436/head
Turo Lamminen 2017-09-14 11:22:32 +03:00
parent 0b140db0a4
commit b9efc234d0
1 changed files with 2 additions and 2 deletions

View File

@ -253,8 +253,8 @@ void DefaultLogger::kill()
// Debug message // Debug message
void DefaultLogger::OnDebug( const char* message ) void DefaultLogger::OnDebug( const char* message )
{ {
if ( m_Severity == Logger::NORMAL ) if ( m_Severity == Logger::NORMAL )
return; return;
static const size_t Size = MAX_LOG_MESSAGE_LENGTH + 16; static const size_t Size = MAX_LOG_MESSAGE_LENGTH + 16;
char msg[Size]; char msg[Size];