Fix formatting inconsistency

This commit is contained in:
Nicholas Hastings 2025-11-08 17:06:55 +00:00 committed by GitHub
parent 3007a71810
commit cb8df8998e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,8 +83,7 @@ ConfigResult Logger::OnSourceModConfigChanged(const char *key,
}
return ConfigResult_Accept;
}
else if (strcasecmp(key, "LogTimeFormat") == 0) {
} else if (strcasecmp(key, "LogTimeFormat") == 0) {
if (strcasecmp(value, "default") == 0)
{
m_isUsingDefaultTimeFormat = true;
@ -473,3 +472,4 @@ const char* Logger::GetFormattedDate() const
return date;
}