cleanup: Big pile of whitespace fixes, all at once.
[u/mdw/catacomb] / utils / factor.c
index 5f29c1a..4447ddf 100644 (file)
@@ -163,7 +163,7 @@ static void freefactorbase(fbe_v *v)
 
   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)
@@ -215,7 +215,7 @@ static void dofactor(mp *x, mp_v *v)
 {
   mp *f;
 
-  x = smallfactors(x, v); 
+  x = smallfactors(x, v);
   if (MP_EQ(x, MP_ONE)) return;
 
 #ifdef POLLARDRHO