New module attribute 'Applicability'.
[gnulib.git] / tests / test-times.c
index 377a139..496b9a8 100644 (file)
@@ -72,7 +72,7 @@ main (int argc, char *argv[])
       base = malloc (size * sizeof (double));
 
       for (i = 0; i < size; i++)
-       base[i] = i * i;
+        base[i] = i * i;
 
       qsort (base, size, sizeof (double), doublecmp);