summaryrefslogtreecommitdiff
path: root/src/sub1sp.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-08-27 08:57:23 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-08-27 08:57:23 +0000
commitc5b0aed4b50fed5aa2402348492e9b47d72c5ab6 (patch)
tree3735dbf467120647aac556d9b40802d8c58df0be /src/sub1sp.c
parent5760af2c40ed6340ea2d71c01a456b57e6202f7b (diff)
downloadmpfr-c5b0aed4b50fed5aa2402348492e9b47d72c5ab6.tar.gz
Removed trailing whitespace.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13028 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/sub1sp.c')
-rw-r--r--src/sub1sp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub1sp.c b/src/sub1sp.c
index 6853cb0e8..8a9e76a21 100644
--- a/src/sub1sp.c
+++ b/src/sub1sp.c
@@ -1530,7 +1530,7 @@ mpfr_sub1sp (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode)
/* Subtract the mantissa c from b in a */
mpn_sub_n (ap, bp, cp, n);
/* mpfr_print_mant_binary("Sub= ", ap, p); */
-
+
/* Normalize: we lose at most one bit */
if (MPFR_UNLIKELY(MPFR_LIMB_MSB(ap[n-1]) == 0))
{