From 361131899a0b60115fd48d8c08b930e0866292d1 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 18 Nov 2008 00:13:03 +0000 Subject: Strip trailing whitespace git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@82 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- linear.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linear.c') diff --git a/linear.c b/linear.c index 96d1a0b..300270e 100644 --- a/linear.c +++ b/linear.c @@ -112,7 +112,7 @@ DoLU(void) bbase = realloc(bbase, sizeof(double) * LUARRAYROWS * (num_arrays + 1)); } while ((DoLUIteration(a, b, abase, bbase, num_arrays) <= MINIMUM_TICKS) && (num_arrays <= ARRAY_MAX)); - + /* ** Were we able to do it? */ -- cgit v1.2.3