summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-08-28 19:44:37 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-08-28 19:44:37 +0000
commit5a6abd79ff98c7f3640a29914fe235cece7285ba (patch)
tree041331202f3ff1d0feda4a755544093d9775d666
parentf60fb6b256ede691778c67181706b08fd3ff8874 (diff)
downloadmpfr-5a6abd79ff98c7f3640a29914fe235cece7285ba.tar.gz
Removed trailing whitespace.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13065 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/tsubnormal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsubnormal.c b/tests/tsubnormal.c
index c1ad11529..ea9032995 100644
--- a/tests/tsubnormal.c
+++ b/tests/tsubnormal.c
@@ -264,7 +264,7 @@ coverage (void)
inex = mpfr_subnormalize (y, -1, MPFR_RNDN);
MPFR_ASSERTN(mpfr_cmp_ui_2exp (y, 65537, mpfr_get_emin () - 1) == 0);
MPFR_ASSERTN(inex > 0);
-
+
mpfr_clear (y);
}