From 16dc5408cc0db33afdc6f8dbd9fae0bf82bee0a9 Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Fri, 16 Sep 2022 10:34:30 -0500 Subject: [PATCH] Fixing white space issue --- src/Qt/VideoCacheThread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Qt/VideoCacheThread.h b/src/Qt/VideoCacheThread.h index d74628f3..135418fb 100644 --- a/src/Qt/VideoCacheThread.h +++ b/src/Qt/VideoCacheThread.h @@ -38,8 +38,8 @@ namespace openshot int64_t cached_frame_count = 0; ReaderBase *reader; int64_t min_frames_ahead; - int64_t max_frames_ahead; - bool should_pause_cache; + int64_t max_frames_ahead; + bool should_pause_cache; /// Constructor VideoCacheThread();