summaryrefslogtreecommitdiff
path: root/tests/mpn/t-mulmid.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpn/t-mulmid.c')
-rw-r--r--tests/mpn/t-mulmid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpn/t-mulmid.c b/tests/mpn/t-mulmid.c
index ab224acea..a946aefe8 100644
--- a/tests/mpn/t-mulmid.c
+++ b/tests/mpn/t-mulmid.c
@@ -52,7 +52,7 @@ main (int argc, char **argv)
bp = TMP_ALLOC_LIMBS (MAX_N);
rp = TMP_ALLOC_LIMBS (MAX_N + 2);
refp = TMP_ALLOC_LIMBS (MAX_N + 2);
-
+
for (test = 0; test < COUNT; test++)
{
mp_size_t an, bn, rn;