]> git.sesse.net Git - kdenlive/commitdiff
Reindent.sh fix - trivial whitespace correction
authorMads Bondo Dydensborg <mads@dydensborg.dk>
Sun, 2 Nov 2008 10:15:06 +0000 (10:15 +0000)
committerMads Bondo Dydensborg <mads@dydensborg.dk>
Sun, 2 Nov 2008 10:15:06 +0000 (10:15 +0000)
svn path=/branches/KDE4/; revision=2614

src/mainwindow.cpp

index 5cb881cebfa1c924c0ad196fcf41a123f07c42f4..c3e16caafe10956c01b90c3479c3b450fa62d585 100644 (file)
@@ -936,7 +936,7 @@ void MainWindow::closeCurrentDocument() {
 void MainWindow::saveFileAs(const QString &outputFileName) {
     QDomDocument currentSceneList = m_projectMonitor->sceneList();
     if (m_activeDocument->saveSceneList(outputFileName, currentSceneList) == false)
-       return;
+        return;
     m_activeDocument->setUrl(KUrl(outputFileName));
     if (m_activeDocument->m_autosave == NULL) {
         m_activeDocument->m_autosave = new KAutoSaveFile(KUrl(outputFileName), this);