summaryrefslogtreecommitdiff
path: root/mpz/millerrabin.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2010-11-22 22:26:05 +0100
committerTorbjorn Granlund <tege@gmplib.org>2010-11-22 22:26:05 +0100
commit198a1add0f2d556eb75bf2d85c7fceb9fafe9f51 (patch)
treec4fa3b97e983d3f057c0ba032faf39fe303d8f3b /mpz/millerrabin.c
parentd7afa9ea9c7dae166cb6719c3b11db9c96cca519 (diff)
downloadgmp-198a1add0f2d556eb75bf2d85c7fceb9fafe9f51.tar.gz
Whitespace cleanup.
Diffstat (limited to 'mpz/millerrabin.c')
-rw-r--r--mpz/millerrabin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/millerrabin.c b/mpz/millerrabin.c
index f717278b0..3e5400761 100644
--- a/mpz/millerrabin.c
+++ b/mpz/millerrabin.c
@@ -91,7 +91,7 @@ mpz_millerrabin (mpz_srcptr n, int reps)
static int
millerrabin (mpz_srcptr n, mpz_srcptr nm1, mpz_ptr x, mpz_ptr y,
- mpz_srcptr q, unsigned long int k)
+ mpz_srcptr q, unsigned long int k)
{
unsigned long int i;