floating.c
changeset 8 96d16dfe787a
parent 0 af501b0c1716
child 9 c3fecc82ade6
--- a/floating.c
+++ b/floating.c
@@ -34,5 +34,6 @@
 
     if (values != NULL)
         free (values);
+
     return EXIT_SUCCESS;
 }