summaryrefslogtreecommitdiff
path: root/tests/refmpn.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2008-10-27 00:01:23 +0100
committerTorbjorn Granlund <tege@gmplib.org>2008-10-27 00:01:23 +0100
commit48c40e6af8966b45f009bbbb139c79d1743066d9 (patch)
tree67198a1e3dcbcebaab46337d33d938676db6f26a /tests/refmpn.c
parent8c341513be7f383493e0a98daa0870b977dc7589 (diff)
downloadgmp-48c40e6af8966b45f009bbbb139c79d1743066d9.tar.gz
Whitespace cleanup.
Diffstat (limited to 'tests/refmpn.c')
-rw-r--r--tests/refmpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/refmpn.c b/tests/refmpn.c
index 6de915857..55a53ec7c 100644
--- a/tests/refmpn.c
+++ b/tests/refmpn.c
@@ -1873,7 +1873,7 @@ refmpn_random2 (mp_ptr ptr, mp_size_t size)
mp_size_t i;
mp_limb_t bit, mask, limb;
int run;
-
+
if (GMP_NAIL_BITS == 0)
{
mpn_random2 (ptr, size);