Core: Kill again whitespace :(

This commit is contained in:
Vincent-Michael
2014-07-21 18:13:48 +02:00
parent f4d065dee0
commit 946ab3e8b7
12 changed files with 20 additions and 20 deletions

View File

@@ -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;
}