output/pipewire: fix coding style

This commit is contained in:
Max Kellermann 2021-10-20 09:41:03 +02:00
parent 5fab107fd3
commit 7b24316734

View File

@ -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];