output/alsa: fix lambda indent

This commit is contained in:
Max Kellermann 2024-07-29 15:28:12 +02:00
parent bbbbf5f4bd
commit d466deedad

View File

@ -1139,8 +1139,8 @@ AlsaOutput::Cancel() noexcept
#endif #endif
BlockingCall(GetEventLoop(), [this](){ BlockingCall(GetEventLoop(), [this](){
CancelInternal(); CancelInternal();
}); });
} }
bool bool
@ -1159,10 +1159,10 @@ AlsaOutput::Close() noexcept
{ {
/* make sure the I/O thread isn't inside DispatchSockets() */ /* make sure the I/O thread isn't inside DispatchSockets() */
BlockingCall(GetEventLoop(), [this](){ BlockingCall(GetEventLoop(), [this](){
MultiSocketMonitor::Reset(); MultiSocketMonitor::Reset();
defer_invalidate_sockets.Cancel(); defer_invalidate_sockets.Cancel();
silence_timer.Cancel(); silence_timer.Cancel();
}); });
period_buffer.Free(); period_buffer.Free();
ring_buffer = {}; ring_buffer = {};