summaryrefslogtreecommitdiff
path: root/tests/tcan_round.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-24 01:36:47 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-24 01:36:47 +0000
commit12ff940d7e24e21af9d489e5a62a58228c802e9e (patch)
tree517e76d28b54783e588d6a470fe16b4425f0b66b /tests/tcan_round.c
parent40bd04e5f8f5a97d991c9313c4011fd188a837fb (diff)
downloadmpfr-12ff940d7e24e21af9d489e5a62a58228c802e9e.tar.gz
Untabified and removed trailing spaces.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5007 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tcan_round.c')
-rw-r--r--tests/tcan_round.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcan_round.c b/tests/tcan_round.c
index 1b7c7cb8c..3a8cb37ec 100644
--- a/tests/tcan_round.c
+++ b/tests/tcan_round.c
@@ -40,7 +40,7 @@ check_round_p (void)
{
/* avoid mpn_random which leaks memory */
for (i = 0; i < n; i++)
- buf[i] = randlimb ();
+ buf[i] = randlimb ();
p = (mp_prec_t) randlimb() % ((n-1) * BITS_PER_MP_LIMB) + MPFR_PREC_MIN;
err = p + randlimb () % BITS_PER_MP_LIMB;
r1 = mpfr_round_p (buf, n, err, p);