summaryrefslogtreecommitdiff
path: root/linear.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-18 00:13:03 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-18 00:13:03 +0000
commit361131899a0b60115fd48d8c08b930e0866292d1 (patch)
tree298c200cf03e1ffb622e1bb351cb8623eb42c8c1 /linear.c
parent57d728301cd1828f4597624437df4355385f3d05 (diff)
Strip trailing whitespace
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@82 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'linear.c')
-rw-r--r--linear.c2
1 files changed, 1 insertions, 1 deletions
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?
*/