mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-01 10:21:46 +02:00
Reformat code
This commit is contained in:
parent
c6518a4709
commit
e1c8250876
32 changed files with 505 additions and 351 deletions
|
@ -131,7 +131,9 @@ void FilePlayer::loop()
|
|||
next_request_ = now + 1ms;
|
||||
|
||||
timer_.expires_at(next_request_);
|
||||
timer_.async_wait([this](boost::system::error_code ec) {
|
||||
timer_.async_wait(
|
||||
[this](boost::system::error_code ec)
|
||||
{
|
||||
if (ec)
|
||||
return;
|
||||
requestAudio();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue