summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-18 12:15:31 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-18 12:15:31 +0000
commitd5677d5bd42a35b5060396d9d38da00f2cf1650c (patch)
tree66b8eac04c286495f687723cb472c9927324b6f5
parentc593bfb30ff71705227b617b621bf19b65250c1e (diff)
downloadmpfr-d5677d5bd42a35b5060396d9d38da00f2cf1650c.tar.gz
Removed trailing whitespace.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11998 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/exp2.c2
-rw-r--r--tests/texp2.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/exp2.c b/src/exp2.c
index 3c18b6d26..9f9d9bbab 100644
--- a/src/exp2.c
+++ b/src/exp2.c
@@ -67,7 +67,7 @@ mpfr_exp2 (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode)
Warning, for __gmpfr_emin - 2 < x < __gmpfr_emin - 1, we cannot conclude,
since 2^x might round to 2^(__gmpfr_emin - 1) for rounding away or to nearest,
and there might be no underflow. */
-
+
MPFR_ASSERTN (MPFR_EMIN_MIN >= LONG_MIN + 2);
if (MPFR_UNLIKELY (mpfr_cmp_si (x, __gmpfr_emin - 2) <= 0))
{
diff --git a/tests/texp2.c b/tests/texp2.c
index e438ea56c..f6e4a5b55 100644
--- a/tests/texp2.c
+++ b/tests/texp2.c
@@ -221,7 +221,7 @@ bug20171218 (void)
mpfr_t x, y, z;
mpfr_exp_t emin;
int inex;
-
+
mpfr_init2 (x, 228);
mpfr_init2 (y, 11);
mpfr_init2 (z, 11);