mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-27 13:28:47 +02:00
reformat code
This commit is contained in:
parent
b26d892950
commit
b2a48663c1
1 changed files with 12 additions and 11 deletions
|
@ -98,7 +98,8 @@ PcmStreamPtr StreamManager::addStream(const std::string& uri)
|
|||
|
||||
void StreamManager::removeStream(const std::string& name)
|
||||
{
|
||||
if (streams_.empty()) return;
|
||||
if (streams_.empty())
|
||||
return;
|
||||
for (std::vector<PcmStreamPtr>::iterator iter = streams_.begin(); iter != streams_.end(); ++iter)
|
||||
{
|
||||
auto s = *iter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue