Reformat code.
This commit is contained in:
@@ -20,4 +20,4 @@ struct UndoNode {
|
||||
UndoNode *parent = nullptr; // previous state; null means pre-first-edit
|
||||
UndoNode *child = nullptr; // next in current timeline
|
||||
UndoNode *next = nullptr; // redo branch
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user