mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core: Kill again whitespace :(
This commit is contained in:
@@ -103,6 +103,6 @@ std::list<std::string> ConfigMgr::GetKeysByString(std::string const& name)
|
||||
for (const ptree::value_type& child : _config)
|
||||
if (child.first.compare(0, name.length(), name) == 0)
|
||||
keys.push_back(child.first);
|
||||
|
||||
|
||||
return keys;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user