Skip to content

Commit

Permalink
dfmt all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
burner committed Jan 4, 2024
1 parent b8ce3e3 commit 32520b3
Show file tree
Hide file tree
Showing 13 changed files with 1,737 additions and 1,358 deletions.
416 changes: 219 additions & 197 deletions source/newxml/cursor.d

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions source/newxml/dom.d
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ alias UserData = Variant;
+ the application to implement various behaviors regarding the data it associates
+ to the DOM nodes.
+/
alias UserDataHandler = void delegate(UserDataOperation, string, UserData, Node,
Node) @safe;
alias UserDataHandler = void delegate(UserDataOperation, string, UserData, Node, Node) @safe;

/++
+ An integer indicating which type of node this is.
Expand Down
Loading

0 comments on commit 32520b3

Please sign in to comment.