mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-14 15:17:51 +02:00
reformat code
This commit is contained in:
parent
8b231c7cc6
commit
6b729ad61c
19 changed files with 23 additions and 35 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue