diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2010-11-22 22:26:05 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2010-11-22 22:26:05 +0100 |
commit | 198a1add0f2d556eb75bf2d85c7fceb9fafe9f51 (patch) | |
tree | c4fa3b97e983d3f057c0ba032faf39fe303d8f3b /mpz/millerrabin.c | |
parent | d7afa9ea9c7dae166cb6719c3b11db9c96cca519 (diff) | |
download | gmp-198a1add0f2d556eb75bf2d85c7fceb9fafe9f51.tar.gz |
Whitespace cleanup.
Diffstat (limited to 'mpz/millerrabin.c')
-rw-r--r-- | mpz/millerrabin.c | 2 |
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; |