tree.c
changeset 29 7abf6146898e
parent 27 81a574d60c15
child 47 63adb261de90
--- a/tree.c
+++ b/tree.c
@@ -21,9 +21,7 @@
     int i;
 
     T *t;
-
     T *actual;
-
     T *first = NULL;
 
     srand (time (NULL));