]> git.sesse.net Git - kdenlive/blobdiff - src/timecode.h
Fix display of clip duration in project tree + some cleanup + indent fixes
[kdenlive] / src / timecode.h
index df31701e49e8ff9cb7f825029693a61e706569ee..7e384bc41691935cdd2766e90c935f5349f7ac0a 100644 (file)
@@ -31,7 +31,7 @@ public:
     enum Formats { HH_MM_SS_FF, HH_MM_SS_HH, Frames, Seconds };
 
     explicit Timecode(Formats format = HH_MM_SS_FF, int framesPerSecond =
-                 25, bool dropFrame = false);
+                          25, bool dropFrame = false);
 
     /** Set the current timecode format; this is the output format for this timecode. */
     void setFormat(int framesPerSecond, bool dropFrame = false, Formats format = HH_MM_SS_FF) {