summaryrefslogtreecommitdiff
path: root/tests/tsqr.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-03-16 12:42:16 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-03-16 12:42:16 +0000
commit04fbb76226eeac18e720d22f74eeb2ad6e5702ba (patch)
tree584201a28c945206e727e49b31c8a43e24d5af25 /tests/tsqr.c
parent1262692b23b80b8cb718a3e330a49e539e9b8144 (diff)
downloadmpfr-04fbb76226eeac18e720d22f74eeb2ad6e5702ba.tar.gz
Untabify and remove trailing spaces.
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14476 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsqr.c')
-rw-r--r--tests/tsqr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tsqr.c b/tests/tsqr.c
index 97bcbac50..8f4bbabdc 100644
--- a/tests/tsqr.c
+++ b/tests/tsqr.c
@@ -69,8 +69,8 @@ check_random (mpfr_prec_t p)
if (MPFR_IS_PURE_FP(x))
RND_LOOP_NO_RNDF (r)
{
- /* the following call to mpfr_mul with identical arguments is
- intensional (to compare with mpfr_sqr) */
+ /* the following call to mpfr_mul with identical arguments is
+ intensional (to compare with mpfr_sqr) */
inexact1 = mpfr_mul (y, x, x, (mpfr_rnd_t) r);
inexact2 = mpfr_sqr (z, x, (mpfr_rnd_t) r);
if (mpfr_cmp (y, z))