From 4e12ceb51fe76d3314bd63aa92ae24d3818f8174 Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Thu, 13 Oct 2022 10:20:23 -0500 Subject: [PATCH] Fixing more whitespace --- src/Timeline.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Timeline.cpp b/src/Timeline.cpp index a71a12bc..91236641 100644 --- a/src/Timeline.cpp +++ b/src/Timeline.cpp @@ -205,18 +205,18 @@ Timeline::Timeline(const std::string& projectPath, bool convert_absolute_paths) Timeline::~Timeline() { if (is_open) { - // Auto Close if not already - Close(); - } + // Auto Close if not already + Close(); + } - // Remove all clips, effects, and frame mappers - Clear(); + // Remove all clips, effects, and frame mappers + Clear(); - // Destroy previous cache (if managed by timeline) - if (managed_cache && final_cache) { - delete final_cache; - final_cache = NULL; - } + // Destroy previous cache (if managed by timeline) + if (managed_cache && final_cache) { + delete final_cache; + final_cache = NULL; + } } // Add to the tracked_objects map a pointer to a tracked object (TrackedObjectBBox)