]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.cpp
Small cleanup in monitors
[kdenlive] / src / monitor.cpp
index ba4e8f53d1e46849956fd727866a94d075f45be3..b366f6d4a92bca7446f6bf3f26e18beee57c6a4b 100644 (file)
@@ -750,7 +750,7 @@ void Monitor::slotSetXml(DocClipBase *clip, QPoint zone, const int position)
     if (render == NULL) return;
     if (clip == NULL && m_currentClip != NULL) {
         m_currentClip = NULL;
-       m_length = -1;
+        m_length = -1;
         render->setProducer(NULL, -1);
         return;
     }