Timeline.h: Formatting

This commit is contained in:
Frank Dana
2020-09-10 18:40:32 -04:00
committed by GitHub
parent 20c75ff227
commit f33d5cb261

View File

@@ -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