summaryrefslogtreecommitdiff
path: root/tune/tune-gcd-p.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-11-21 21:15:18 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-11-21 21:15:18 +0100
commitf24a8deaf598267ea9c57ba93e9e6a94038bc8f3 (patch)
treeab76a1173414ebafa1aa42527df660603053d18a /tune/tune-gcd-p.c
parent15a7619b6229dea0d8d895aaa5506e40304dcb3f (diff)
downloadgmp-f24a8deaf598267ea9c57ba93e9e6a94038bc8f3.tar.gz
Spacing cleanup.
Diffstat (limited to 'tune/tune-gcd-p.c')
-rw-r--r--tune/tune-gcd-p.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tune/tune-gcd-p.c b/tune/tune-gcd-p.c
index 3c3815bd2..6d8863178 100644
--- a/tune/tune-gcd-p.c
+++ b/tune/tune-gcd-p.c
@@ -39,7 +39,7 @@ search (double *minp, double (*f)(void *, int), void *ctx, int start, int end)
double y[4];
int best_i;
-
+
x[0] = start;
x[3] = end;
@@ -60,7 +60,7 @@ search (double *minp, double (*f)(void *, int), void *ctx, int start, int end)
#if 0
printf("%d: %f, %d: %f, %d:, %f %d: %f\n",
x[0], y[0], x[1], y[1], x[2], y[2], x[3], y[3]);
-#endif
+#endif
for (best_i = 0, i = 1; i < 4; i++)
if (y[i] < y[best_i])
best_i = i;