output/pipewire: fix coding style
This commit is contained in:
parent
5fab107fd3
commit
7b24316734
@ -655,8 +655,9 @@ PipeWireOutput::SetMixer(PipeWireMixer &_mixer) noexcept
|
||||
// TODO: Check if context and stream is ready and trigger a volume update...
|
||||
}
|
||||
|
||||
void PipeWireOutput::SendTag(const Tag &tag) noexcept {
|
||||
|
||||
void
|
||||
PipeWireOutput::SendTag(const Tag &tag) noexcept
|
||||
{
|
||||
CheckThrowError();
|
||||
|
||||
struct spa_dict_item items[3];
|
||||
|
Loading…
Reference in New Issue
Block a user