From 51a4b5d7f6121fac9a7e1440018e196750c14088 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 26 Dec 2018 23:45:12 +0100 Subject: [PATCH] Fix an indentation issue. --- futatabi/player.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/futatabi/player.cpp b/futatabi/player.cpp index b2b7ac2..4fe42af 100644 --- a/futatabi/player.cpp +++ b/futatabi/player.cpp @@ -199,9 +199,9 @@ got_clip: new_clip_changed.wait_until(lock, next_frame_start, [this]{ return should_quit || new_clip_ready || override_stream_idx != -1; }); - if (should_quit) { - return; - } + if (should_quit) { + return; + } } else { // If the queue is full (which is really the state we'd like to be in), // wait until there's room for one more frame (ie., one was output from -- 2.39.2