summaryrefslogtreecommitdiff
path: root/mpz/hamdist.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-01-13 15:36:02 +0100
committertege <tege@gmplib.org>2002-01-13 15:36:02 +0100
commit9c73eae712243f8e4b915e45f8307e5e292008fa (patch)
tree2df997b3cc5ff69d63197468981d61406a326b75 /mpz/hamdist.c
parent0b85ed257786f16f2e587c1ecaebd43a17e1710b (diff)
downloadgmp-9c73eae712243f8e4b915e45f8307e5e292008fa.tar.gz
Remove trailing spaces.
Diffstat (limited to 'mpz/hamdist.c')
-rw-r--r--mpz/hamdist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/hamdist.c b/mpz/hamdist.c
index 2c26934b6..1c4cfb4cd 100644
--- a/mpz/hamdist.c
+++ b/mpz/hamdist.c
@@ -135,7 +135,7 @@ mpz_hamdist (mpz_srcptr u, mpz_srcptr v)
popc_limb (twoscount, vlimb);
count += twoscount;
}
-
+
/* Overlapping part of u and v, if any. Ones complement both, so just
plain hamdist. */
step = MIN (usize, vsize);