summaryrefslogtreecommitdiff
path: root/src/strtofr.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-05-16 15:17:09 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-05-16 15:17:09 +0000
commit2b92057122ed5b3702024daa55e6b1449bd4277a (patch)
tree3c1b0ee65f538d2a520474315020ce056847521c /src/strtofr.c
parent66cad2c5a689c8cd4ee2c11ff6687fa06af3a407 (diff)
downloadmpfr-2b92057122ed5b3702024daa55e6b1449bd4277a.tar.gz
Removed trailing whitespace.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12707 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/strtofr.c')
-rw-r--r--src/strtofr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strtofr.c b/src/strtofr.c
index 08fa2ad76..11232fc4f 100644
--- a/src/strtofr.c
+++ b/src/strtofr.c
@@ -737,7 +737,7 @@ parsed_string_to_mpfr (mpfr_t x, struct parsed_string *pstr, mpfr_rnd_t rnd)
* at most 2^(err+1) ulps for eps1
* at most 2 ulps for eps2 + eps3, which is opposite sign
and we can bound the error by 2^(err+1) ulps in all cases. */
-
+
/* exp -= exp_z + ysize_bits with overflow checking
and check that we can add/subtract 2 to exp without overflow */
MPFR_SADD_OVERFLOW (exp_z, exp_z, ysize_bits,