aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Configuration/Config.cpp
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-07-21 18:13:48 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-07-21 18:14:22 +0200
commit946ab3e8b71ad106c7e75fd78b96d70865b29d79 (patch)
tree58ddb80a4e2d1d9b5884e42fcfa178b7e19ed4ce /src/server/shared/Configuration/Config.cpp
parentf4d065dee0c2f2cdc61af5b4b84f1e019881aa8f (diff)
Core: Kill again whitespace :(
Diffstat (limited to 'src/server/shared/Configuration/Config.cpp')
-rw-r--r--src/server/shared/Configuration/Config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Configuration/Config.cpp b/src/server/shared/Configuration/Config.cpp
index 5cd7ef52f82..ecebf30182e 100644
--- a/src/server/shared/Configuration/Config.cpp
+++ b/src/server/shared/Configuration/Config.cpp
@@ -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;
}