Use spaces for indentation, not tabs.
[gnulib.git] / tests / test-pipe-filter-gi2-child.c
index 858ac26..21fcdc0 100644 (file)
@@ -31,13 +31,13 @@ main ()
       int i, j;
 
       if (scanf (" %d", &i) != 1)
-       break;
+        break;
       if (scanf (" %d", &j) != 1)
-       break;
+        break;
       if (j == -1)
-       exit (i);
+        exit (i);
       while (i <= j)
-       printf ("abcdefghijklmnopqrstuvwxyz%d\n", i++);
+        printf ("abcdefghijklmnopqrstuvwxyz%d\n", i++);
     }
   exit (0);
 }