From 95100f2ac47f5e3727fc3f404fc622cc31f237b6 Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Fri, 16 Sep 2022 10:32:38 -0500 Subject: [PATCH] Fixing white space issue --- src/Qt/VideoCacheThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Qt/VideoCacheThread.cpp b/src/Qt/VideoCacheThread.cpp index e27ddf78..621d68c5 100644 --- a/src/Qt/VideoCacheThread.cpp +++ b/src/Qt/VideoCacheThread.cpp @@ -105,7 +105,7 @@ namespace openshot using micro_sec = std::chrono::microseconds; using double_micro_sec = std::chrono::duration; - while (!threadShouldExit() && is_playing) { + while (!threadShouldExit() && is_playing) { // init local vars min_frames_ahead = s->VIDEO_CACHE_MIN_PREROLL_FRAMES; max_frames_ahead = s->VIDEO_CACHE_MAX_PREROLL_FRAMES;