]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.cpp
indent fixes and geometry param will be used in initeffects
[kdenlive] / src / kdenlivedoc.cpp
index 6de60180dc49eaa38bc9a47d162c1e27d9b76d97..c18d88074615ae397a891d0fa46e571ce3acd9af 100644 (file)
@@ -64,7 +64,7 @@ KdenliveDoc::KdenliveDoc(const KUrl &url, const KUrl &projectFolder, MltVideoPro
                     int pos = 0;
                     for (int i = 0; i < maxprod; i++) {
                         QDomNode m = prods.at(pos);
-                       QString prodId = m.toElement().attribute("id");
+                        QString prodId = m.toElement().attribute("id");
                         if (prodId == "black" || prodId.startsWith("slowmotion"))
                             pos++;
                         else westley.removeChild(m);
@@ -91,7 +91,7 @@ KdenliveDoc::KdenliveDoc(const KUrl &url, const KUrl &projectFolder, MltVideoPro
                         parent->slotGotProgressInfo(QString(), (int) m_documentLoadingProgress);
                         qApp->processEvents();
                     }
-                   QString prodId = e.attribute("id");
+                    QString prodId = e.attribute("id");
                     if (!e.isNull() && prodId != "black" && prodId.toInt() > 0) {
                         addClip(e, e.attribute("id").toInt());
                     }