summaryrefslogtreecommitdiff
path: root/mpz/rootrem.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2006-11-04 14:52:50 +0100
committertege <tege@gmplib.org>2006-11-04 14:52:50 +0100
commit3dbc5397879744c65b0fe09f0b1741ee390626eb (patch)
treee16f682423b8f420813b09405d326784c5e11a0a /mpz/rootrem.c
parent67db3c86b384de64432dae4a4aeab0e4d7eee26d (diff)
downloadgmp-3dbc5397879744c65b0fe09f0b1741ee390626eb.tar.gz
Remove final redundant newline.
Diffstat (limited to 'mpz/rootrem.c')
-rw-r--r--mpz/rootrem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpz/rootrem.c b/mpz/rootrem.c
index 3974904f8..ca7e026fd 100644
--- a/mpz/rootrem.c
+++ b/mpz/rootrem.c
@@ -90,4 +90,3 @@ mpz_rootrem (mpz_ptr root, mpz_ptr rem, mpz_srcptr u, unsigned long int nth)
SIZ(rem) = remn;
TMP_FREE;
}
-