summaryrefslogtreecommitdiff
path: root/tests/tgeneric.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-29 15:55:32 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-29 15:55:32 +0000
commit2cb9ebe7868aa4a1040188c4253dbf0026a21fed (patch)
treea0f971780ef10555d59d627c8754d38ff840461a /tests/tgeneric.c
parentc7ff9ac70e944ebab953d3fb7b3b5310ff02af27 (diff)
downloadmpfr-2cb9ebe7868aa4a1040188c4253dbf0026a21fed.tar.gz
[tests/tgeneric.c] Corrected indentation.
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14270 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tgeneric.c')
-rw-r--r--tests/tgeneric.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/tgeneric.c b/tests/tgeneric.c
index ef6b2082f..004a88f8f 100644
--- a/tests/tgeneric.c
+++ b/tests/tgeneric.c
@@ -383,20 +383,20 @@ test_generic (mpfr_prec_t p0, mpfr_prec_t p1, unsigned int nmax)
#endif
if (! (SAME_VAL (y, yd) || SAME_VAL (y, yu)))
{
- printf ("For RNDF, result does not match RNDD nor RNDU\n");
- printf ("x = "); mpfr_dump (x);
+ printf ("For RNDF, result does not match RNDD nor RNDU\n");
+ printf ("x = "); mpfr_dump (x);
#ifdef NEED_U
- printf ("u = ");
+ printf ("u = ");
#if defined(ULONG_ARG1) || defined(ULONG_ARG2)
- printf ("%lu\n", i);
+ printf ("%lu\n", i);
#else
- mpfr_dump (u);
+ mpfr_dump (u);
#endif
#endif
- printf ("yd (RNDD) = "); mpfr_dump (yd);
- printf ("yu (RNDU) = "); mpfr_dump (yu);
- printf ("y (RNDF) = "); mpfr_dump (y);
- exit (1);
+ printf ("yd (RNDD) = "); mpfr_dump (yd);
+ printf ("yu (RNDU) = "); mpfr_dump (yu);
+ printf ("y (RNDF) = "); mpfr_dump (y);
+ exit (1);
}
}