]> git.sesse.net Git - kdenlive/blobdiff - src/moveeffectcommand.h
Reindent the codebase using 'linux' bracket placement.
[kdenlive] / src / moveeffectcommand.h
index 1ac6946b6006bc7d0539b4fe9d0215f98ceced7e..0a75e71db332e54290640403875082b8546377ba 100644 (file)
@@ -28,7 +28,8 @@
 
 class CustomTrackView;
 
-class MoveEffectCommand : public QUndoCommand {
+class MoveEffectCommand : public QUndoCommand
+{
 public:
     MoveEffectCommand(CustomTrackView *view, const int track, GenTime pos, int oldPos, int newPos, bool doIt, QUndoCommand * parent = 0);