From: Steinar H. Gunderson Date: Wed, 26 Dec 2018 22:45:12 +0000 (+0100) Subject: Fix an indentation issue. X-Git-Tag: 1.8.1~30 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=51a4b5d7f6121fac9a7e1440018e196750c14088 Fix an indentation issue. --- 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