From 441aa3044f43e5572f58c354f01e6bc070acd5c7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 10 Dec 2009 20:28:30 +0100 Subject: Use spaces for indentation, not tabs. --- tests/test-times.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-times.c') diff --git a/tests/test-times.c b/tests/test-times.c index 377a1392c2..496b9a825b 100644 --- a/tests/test-times.c +++ b/tests/test-times.c @@ -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); -- cgit v1.2.1