chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cleanup: Big pile of whitespace fixes, all at once.
[catacomb]
/
utils
/
factor.c
diff --git
a/utils/factor.c
b/utils/factor.c
index 5f29c1a52c4f69969ebb791afaa1d65126a1ff17..4447ddf7beca9a10ef824e2c540f42a40627cc95 100644
(file)
--- a/
utils/factor.c
+++ b/
utils/factor.c
@@
-163,7
+163,7
@@
static void freefactorbase(fbe_v *v)
for (i = 0; i < DA_LEN(v); i++)
mp_drop(DA(v)[i].n);
for (i = 0; i < DA_LEN(v); i++)
mp_drop(DA(v)[i].n);
- DA_DESTROY(v);
+ DA_DESTROY(v);
}
static mp *ecm(mp *x)
}
static mp *ecm(mp *x)
@@
-215,7
+215,7
@@
static void dofactor(mp *x, mp_v *v)
{
mp *f;
{
mp *f;
- x = smallfactors(x, v);
+ x = smallfactors(x, v);
if (MP_EQ(x, MP_ONE)) return;
#ifdef POLLARDRHO
if (MP_EQ(x, MP_ONE)) return;
#ifdef POLLARDRHO