]> git.sesse.net Git - kdenlive/blobdiff - src/abstractclipitem.h
Reindent sources
[kdenlive] / src / abstractclipitem.h
index 129011a6b300eedbb43aef677443e17088344385..79072ea5f6ada2dad26879464e40ffb3f4e757e3 100644 (file)
@@ -61,14 +61,14 @@ public:
     virtual GenTime maxDuration() const;
     virtual void setCropStart(GenTime pos);
 
-protected:    
+protected:
     ItemInfo m_info;
 //    int m_track;
     int m_editedKeyframe;
     int m_selectedKeyframe;
-/*    GenTime m_cropStart;
-    GenTime m_cropDuration;
-    GenTime m_startPos;*/
+    /*    GenTime m_cropStart;
+        GenTime m_cropDuration;
+        GenTime m_startPos;*/
     GenTime m_maxDuration;
     QMap <int, int> m_keyframes;
     double m_keyframeFactor;