floating.c
changeset 29 7abf6146898e
parent 27 81a574d60c15
child 63 5a82f89d607e
--- a/floating.c
+++ b/floating.c
@@ -10,7 +10,6 @@
 double *getValues (int elements)
 {
     double *values;
-
     int i;
 
     if ((values = calloc (elements + 1, sizeof (double))) == NULL)