From 7b24316734e0047a2f658feb2a9ce5f80f475650 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 20 Oct 2021 09:41:03 +0200 Subject: [PATCH] output/pipewire: fix coding style --- src/output/plugins/PipeWireOutputPlugin.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/output/plugins/PipeWireOutputPlugin.cxx b/src/output/plugins/PipeWireOutputPlugin.cxx index 30c6602b6..d12fa8693 100644 --- a/src/output/plugins/PipeWireOutputPlugin.cxx +++ b/src/output/plugins/PipeWireOutputPlugin.cxx @@ -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];