summaryrefslogtreecommitdiff
path: root/tests/tset_d.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tset_d.c')
-rw-r--r--tests/tset_d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tset_d.c b/tests/tset_d.c
index 7ffabde35..975faa3e9 100644
--- a/tests/tset_d.c
+++ b/tests/tset_d.c
@@ -119,7 +119,7 @@ main (int argc, char *argv[])
/* checks that subnormals are not flushed to zero */
d = DBL_MIN; /* 2^(-1022) */
- for (n=0; n<52; n++, d /= 2.0)
+ for (n = 0; n < 52; n++, d /= 2.0)
if (d != 0.0) /* should be 2^(-1022-n) */
{
mpfr_set_d (x, d, MPFR_RNDN);