]> git.sesse.net Git - kdenlive/blobdiff - src/resizeclipcommand.h
Reindent the codebase using 'linux' bracket placement.
[kdenlive] / src / resizeclipcommand.h
index 8aafadc221d0bfe3a0ce6c941b1c0647167909d7..8493c95d3b954a20c7dce3f7765aa2556e68bd81 100644 (file)
@@ -31,7 +31,8 @@
 
 class CustomTrackView;
 
-class ResizeClipCommand : public QUndoCommand {
+class ResizeClipCommand : public QUndoCommand
+{
 public:
     ResizeClipCommand(CustomTrackView *view, const ItemInfo start, const ItemInfo end, bool doIt, QUndoCommand * parent = 0);
     virtual void undo();