tree.c
changeset 27 81a574d60c15
parent 9 c3fecc82ade6
child 29 7abf6146898e
--- a/tree.c
+++ b/tree.c
@@ -19,8 +19,11 @@
 T *make_list (int elements, int rand_max)
 {
     int i;
+
     T *t;
+
     T *actual;
+
     T *first = NULL;
 
     srand (time (NULL));