summaryrefslogtreecommitdiff
path: root/src/rem1.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-17 16:12:57 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-17 16:12:57 +0000
commit1954ba51d6e74d079752e958c3291bbf366ee706 (patch)
tree8cfb09719dd61485ec159c598db591a5b6b9ee2e /src/rem1.c
parentdb9a64991e64f3416bda2116d4f45a0f0f9d2231 (diff)
downloadmpfr-1954ba51d6e74d079752e958c3291bbf366ee706.tar.gz
Removed trailing spaces.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10059 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/rem1.c')
-rw-r--r--src/rem1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rem1.c b/src/rem1.c
index 1820fde1c..43d03b094 100644
--- a/src/rem1.c
+++ b/src/rem1.c
@@ -131,7 +131,7 @@ mpfr_rem1 (mpfr_ptr rem, long *quo, mpfr_rnd_t rnd_q,
mpz_tdiv_qr (mx, r, mx, my);
/* 0 <= |r| <= |my|, r has the same sign as mx */
}
-
+
if (rnd_q == MPFR_RNDN)
q_is_odd = mpz_tstbit (mx, 0);
if (quo) /* mx is the quotient */