From f33d5cb2614579c60ffbe47c148d4fc22a2a65f2 Mon Sep 17 00:00:00 2001 From: Frank Dana Date: Thu, 10 Sep 2020 18:40:32 -0400 Subject: [PATCH] Timeline.h: Formatting --- include/Timeline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Timeline.h b/include/Timeline.h index a7111380..5c275abb 100644 --- a/include/Timeline.h +++ b/include/Timeline.h @@ -83,7 +83,7 @@ namespace openshot { struct CompareClipEndFrames { bool operator()(const openshot::Clip* lhs, const openshot::Clip* rhs) { return (lhs->Position() + lhs->Duration()) - <= (rhs->Position() + rhs->Duration()); + <= (rhs->Position() + rhs->Duration()); }}; /// Like CompareClipEndFrames, but for effects