Formatting
This commit is contained in:
parent
8c0322456d
commit
f7e946afa9
1 changed files with 1 additions and 1 deletions
|
@ -56,4 +56,4 @@ bool tree_contains(Node *node, int data);
|
||||||
// Print the tree in order
|
// Print the tree in order
|
||||||
void tree_inorder(Node *node);
|
void tree_inorder(Node *node);
|
||||||
|
|
||||||
#endif // TREE_H
|
#endif // TREE_H
|
||||||
|
|
Loading…
Reference in a new issue