Skip to content

Commit f33d5cb

Browse files
authored
Timeline.h: Formatting
1 parent 20c75ff commit f33d5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Timeline.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ namespace openshot {
8383
struct CompareClipEndFrames {
8484
bool operator()(const openshot::Clip* lhs, const openshot::Clip* rhs) {
8585
return (lhs->Position() + lhs->Duration())
86-
<= (rhs->Position() + rhs->Duration());
86+
<= (rhs->Position() + rhs->Duration());
8787
}};
8888

8989
/// Like CompareClipEndFrames, but for effects

0 commit comments

Comments
 (0)