Formatting

This commit is contained in:
Imbus 2024-12-28 21:48:56 +01:00
parent 8c0322456d
commit f7e946afa9

View file

@ -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