lotto.c
changeset 29 7abf6146898e
parent 27 81a574d60c15
child 61 4b4c97f179da
--- a/lotto.c
+++ b/lotto.c
@@ -74,11 +74,9 @@
 LONG *evaluation (LONG * numbers, int num, int verbose)
 {
     int i, j, k;
-
     int printed;
 
     LONG *values;
-
     LONG *z;
 
     int found;
@@ -148,17 +146,12 @@
 int main (int argc, char **argv)
 {
     LONG *values;
-
     LONG *numbers;
-
     LONG max;
 
     int i, j;
-
     int found;
-
     int loop;
-
     int verbose, wide, end, num;
 
     verbose = wide = 0;