output/alsa: fix lambda indent

This commit is contained in:
Max Kellermann 2024-07-29 15:28:12 +02:00
parent bbbbf5f4bd
commit d466deedad
1 changed files with 6 additions and 6 deletions

View File

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