NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / pbd / undo.cc
index ee5c56f3a53e321fa9f15d0807ffbf8c9f2a3f83..a11edbda47d674658016dfc3b445f9c413377b81 100644 (file)
@@ -282,7 +282,7 @@ UndoHistory::redo (unsigned int n)
 
        {
                UndoRedoSignaller exception_safe_signaller (*this);
-               
+
                while (n--) {
                        if (RedoList.size() == 0) {
                                return;