mem2swap.c
changeset 27 81a574d60c15
parent 9 c3fecc82ade6
child 29 7abf6146898e
--- a/mem2swap.c
+++ b/mem2swap.c
@@ -21,10 +21,13 @@
 int main (int argc, char **argv)
 {
     int i, n = 0;
+
     long int *p;
+
     long int *p_new;
     char *args[] = { "/usr/bin/free", "-m", NULL };
     int size = sizeof (*p);
+
     int megs = DEFAULT_MEGS * 1024 * 1024;
 
     if (argc == 2)