]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
Reindent the codebase using 'linux' bracket placement.
[kdenlive] / src / docclipbase.h
index 063731e0fced5104605ae3f66ee8167d81d4ddd1..2f52b72547f976d18f385cac2e8471f25000b29a 100644 (file)
@@ -42,12 +42,14 @@ class KdenliveDoc;
 class KThumb;
 class ClipManager;
 
-namespace Mlt {
+namespace Mlt
+{
 class Producer;
 };
 
 
-class DocClipBase: public QObject {
+class DocClipBase: public QObject
+{
 Q_OBJECT public:
     /** this enum determines the types of "feed" available within this clip. types must be non-exclusive
      * - e.g. if you can have audio and video separately, it should be possible to combin the two, as is