summaryrefslogtreecommitdiff
path: root/src/mp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mp.c')
-rw-r--r--src/mp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mp.c b/src/mp.c
index 40aacdc..31a84d4 100644
--- a/src/mp.c
+++ b/src/mp.c
@@ -645,7 +645,6 @@ mp_zeta(const MPNumber *x, MPNumber *z)
/** FACTORIZATION **/
/***********************************************************************/
-
/**
* mp_is_pprime uses the Miller-Rabin primality test to decide
* whether or not a number is probable prime.