summaryrefslogtreecommitdiff
path: root/tests/tinternals.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-02-27 15:46:06 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-02-27 15:46:06 +0000
commitdf7fc35899973db44b5462170f3d533898589d36 (patch)
tree3ec96a320edcf8957b3327f21acf2e98f15c8516 /tests/tinternals.c
parent206f7135b7061a5536e612846b29f5fefbcb716f (diff)
downloadmpfr-df7fc35899973db44b5462170f3d533898589d36.tar.gz
Untabified and deleted trailing spaces (for patches).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6043 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tinternals.c')
-rw-r--r--tests/tinternals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tinternals.c b/tests/tinternals.c
index a1908086b..f055ad45d 100644
--- a/tests/tinternals.c
+++ b/tests/tinternals.c
@@ -80,7 +80,7 @@ test_round_near_x (void)
So, no failure in this case. */
continue;
}
-
+
inex2 = ((dir ^ neg) ? mpfr_add : mpfr_sub)
(z, x, eps, (mp_rnd_t) r);
if (inex * inex2 <= 0)