]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.cpp
reindent + create a backup copy of the document if we upgraded the document version
[kdenlive] / src / customtrackview.cpp
index 1a831846ad33e444aeba4fc03355b88ed032a5e4..b90c587ecffa8169746f71999baeed87bd325a28 100644 (file)
@@ -1693,7 +1693,7 @@ void CustomTrackView::cutClip(ItemInfo info, GenTime cutTime, bool cut)
         newPos.cropDuration = GenTime((int)((newPos.endPos - newPos.startPos).frames(m_document->fps()) * speed), m_document->fps());
         newPos.originalcropStart = GenTime((int)(newPos.cropStart .frames(m_document->fps()) * speed), m_document->fps());
 
-        
+
         ClipItem *dup = item->clone(newPos);
         // remove unwanted effects (fade in) from 2nd part of cutted clip
         int ix = dup->hasEffect(QString(), "fadein");