summaryrefslogtreecommitdiff
path: root/tests/tsum.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-24 14:09:35 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-24 14:09:35 +0000
commita6dc4b2c8ce9a73455eaaefbdf3ae3b9251a98a9 (patch)
treef6f25d585a0d07a064c9e934c1eeba03a3612fe6 /tests/tsum.c
parent4b0192c672144f63465f5d7149a40991026e714f (diff)
downloadmpfr-a6dc4b2c8ce9a73455eaaefbdf3ae3b9251a98a9.tar.gz
Removed trailing spaces.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/faithful@10507 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsum.c')
-rw-r--r--tests/tsum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsum.c b/tests/tsum.c
index 572edf33d..35a1f4853 100644
--- a/tests/tsum.c
+++ b/tests/tsum.c
@@ -119,7 +119,7 @@ generic_tests (void)
RND_LOOP (rnd_mode)
{
int inex1, inex2;
-
+
if (rnd_mode == MPFR_RNDF)
continue; /* the test below makes no sense */
inex1 = mpfr_set (sum1, exact_sum, (mpfr_rnd_t) rnd_mode);