Fix mixed line endings
This commit is contained in:
@@ -409,7 +409,7 @@ int *ConsoleSingleton::GetLogLevel(const char *tag, bool create) {
|
||||
if (!tag) tag = "";
|
||||
if (_logLevels.find(tag) != _logLevels.end())
|
||||
return &_logLevels[tag];
|
||||
if (!create)
|
||||
if (!create)
|
||||
return nullptr;
|
||||
int &ret = _logLevels[tag];
|
||||
ret = -1;
|
||||
|
||||
Reference in New Issue
Block a user