formatting source-code for b388e4a309

This commit is contained in:
github-actions
2020-05-29 20:23:24 +00:00
parent b388e4a309
commit 0779a2b70d
260 changed files with 7566 additions and 6554 deletions

View File

@@ -1,5 +1,5 @@
/* Includes structure for a node and a newNode() function which
can be used to create a new node in the tree.
can be used to create a new node in the tree.
It is assumed that the data in nodes will be an integer, though
function can be modified according to the data type, easily.
*/
@@ -35,5 +35,5 @@ int main(void)
nameOfNode->leftNode and so on.
*/
return 0;
return 0;
}