]> git.sesse.net Git - kdenlive/blobdiff - src/subprojectitem.h
reindent.sh ;)
[kdenlive] / src / subprojectitem.h
index e38846f58ef02a19e0fcb1ce91cf8d46c3685729..d689c6e959d828134d22ef9aa7a9bcfaf4119d91 100644 (file)
@@ -47,10 +47,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 false;
+        int column = treeWidget()->sortColumn();
+        if (other.type() != PROJECTFOLDERTYPE)
+            return text(column).toLower() < other.text(column).toLower();
+        else return false;
     }
 
 private: