]> git.sesse.net Git - kdenlive/blobdiff - src/addtrackcommand.h
Reindent the codebase using 'linux' bracket placement.
[kdenlive] / src / addtrackcommand.h
index 787a03f7bb2a9a2fc73958b66f2070e7390daedd..595c65ca23812e2b82e833b9a8fbb4a31c4af273 100644 (file)
@@ -30,7 +30,8 @@
 
 class CustomTrackView;
 
-class AddTrackCommand : public QUndoCommand {
+class AddTrackCommand : public QUndoCommand
+{
 public:
     AddTrackCommand(CustomTrackView *view, int ix, TrackInfo info, bool addTrack, bool doIt, QUndoCommand * parent = 0);
     virtual void undo();