reformat code

This commit is contained in:
badaix 2019-09-25 19:07:23 +02:00
parent 8b231c7cc6
commit 6b729ad61c
19 changed files with 23 additions and 35 deletions

View file

@ -97,7 +97,7 @@ void Config::init(const std::string& root_directory, const std::string& user, co
if (j.count("ConfigVersion"))
{
json jGroups = j["Groups"];
for (auto & jGroup : jGroups)
for (auto& jGroup : jGroups)
{
GroupPtr group = make_shared<Group>();
group->fromJson(jGroup);