mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-13 17:16:42 +02:00
Reformat code
This commit is contained in:
parent
a47849a571
commit
0341174d5d
3 changed files with 2 additions and 5 deletions
|
@ -166,9 +166,7 @@ json PcmStream::toJson() const
|
||||||
state = "disabled";
|
state = "disabled";
|
||||||
|
|
||||||
json j = {
|
json j = {
|
||||||
{"uri", uri_.toJson()},
|
{"uri", uri_.toJson()}, {"id", getId()}, {"status", state},
|
||||||
{"id", getId()},
|
|
||||||
{"status", state},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
if (meta_)
|
if (meta_)
|
||||||
|
|
|
@ -64,4 +64,3 @@ void PipeStream::disconnect()
|
||||||
{
|
{
|
||||||
stream_->close();
|
stream_->close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue