Commit 7b243167 authored by Max Kellermann's avatar Max Kellermann

output/pipewire: fix coding style

parent 5fab107f
...@@ -655,8 +655,9 @@ PipeWireOutput::SetMixer(PipeWireMixer &_mixer) noexcept ...@@ -655,8 +655,9 @@ PipeWireOutput::SetMixer(PipeWireMixer &_mixer) noexcept
// TODO: Check if context and stream is ready and trigger a volume update... // 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(); CheckThrowError();
struct spa_dict_item items[3]; struct spa_dict_item items[3];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment