mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
refactor(Core/Common): restyle tools with astyle (#3706)
This commit is contained in:
@@ -360,7 +360,7 @@ std::string Log::GetTimestampStr()
|
||||
|
||||
void Log::outDB(LogTypes type, const char* str)
|
||||
{
|
||||
if(!str || std::string(str).empty() || type >= MAX_LOG_TYPES)
|
||||
if (!str || std::string(str).empty() || type >= MAX_LOG_TYPES)
|
||||
return;
|
||||
|
||||
std::string new_str(str);
|
||||
|
||||
Reference in New Issue
Block a user