Skip to content

Commit

Permalink
Timeline.h: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Sep 10, 2020
1 parent 20c75ff commit f33d5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Timeline.h
Expand Up @@ -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
Expand Down

0 comments on commit f33d5cb

Please sign in to comment.