From d070882f9c8fead261931a2f19086747c1e1087d Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 30 Dec 2018 00:11:43 +0100 Subject: [PATCH] Some Futatabi formatting fixes. --- futatabi/player.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/futatabi/player.cpp b/futatabi/player.cpp index 34beda7..1d8962f 100644 --- a/futatabi/player.cpp +++ b/futatabi/player.cpp @@ -525,7 +525,7 @@ void Player::play(const vector &clips) void Player::splice_play(const vector &clips) { - lock_guard lock(queue_state_mu); + lock_guard lock(queue_state_mu); if (new_clip_ready) { queued_clip_list = clips; assert(!splice_ready); @@ -588,7 +588,7 @@ void Player::release_queue_spot() new_clip_changed.notify_all(); } -double compute_time_left(const vector &clips, size_t currently_playing_idx, double progress_currently_playing) +double compute_time_left(const vector &clips, size_t currently_playing_idx, double progress_currently_playing) { // Look at the last clip and then start counting from there. double remaining = 0.0; -- 2.39.2