]> git.sesse.net Git - kdenlive/blobdiff - src/folderprojectitem.h
reindent.sh ;)
[kdenlive] / src / folderprojectitem.h
index ea9b5e6202f84e50006a906b446fec912689b0cc..5f936b3d7af8e79ae249c9b9e2162c98a637d85c 100644 (file)
@@ -42,10 +42,10 @@ public:
 
     /** Make sure folders appear on top of the tree widget */
     virtual bool operator<(const QTreeWidgetItem &other)const {
-       int column = treeWidget()->sortColumn();
-       if (other.type() == PROJECTFOLDERTYPE)
-         return text(column).toLower() < other.text(column).toLower();
-       else return true;
+        int column = treeWidget()->sortColumn();
+        if (other.type() == PROJECTFOLDERTYPE)
+            return text(column).toLower() < other.text(column).toLower();
+        else return true;
     }
 
 private: