summaryrefslogtreecommitdiff
path: root/tests/tget_sj.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tget_sj.c')
-rw-r--r--tests/tget_sj.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tget_sj.c b/tests/tget_sj.c
index 609c22cd1..196cc4b1c 100644
--- a/tests/tget_sj.c
+++ b/tests/tget_sj.c
@@ -142,8 +142,8 @@ check_erange (void)
intmax_t d;
/* Test for ERANGE flag + correct behaviour if overflow */
-
- mpfr_init2 (x, 256);
+
+ mpfr_init2 (x, 256);
mpfr_set_uj (x, UINTMAX_MAX, GMP_RNDN);
mpfr_clear_erangeflag ();
dl = mpfr_get_uj (x, GMP_RNDN);
@@ -197,7 +197,7 @@ check_erange (void)
printf ("ERROR for get_sj + ERANGE + INTMAX_MIN (2)\n");
exit (1);
}
-
+
mpfr_clear (x);
}