factorial: Fix usage message to fit in with conventions.
[u/mdw/catacomb] / mpmont-exp.c
index 0caf118..301a0d8 100644 (file)
@@ -130,7 +130,6 @@ static int texp(dstr *v)
   return ok;
 }
 
-
 static test_chunk tests[] = {
   { "exp", texp, { &type_mp, &type_mp, &type_mp, &type_mp, 0 } },
   { 0, 0, { 0 } },