summaryrefslogtreecommitdiff
path: root/tests/tcosh.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-18 17:03:17 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-18 17:03:17 +0000
commitd8782b82c961338b15ef888f0bc152566644a964 (patch)
tree6972f3706c8251eb2b814fb636519519b73bb1f5 /tests/tcosh.c
parentbab5aab404897a12fe1c87734ebf2aa270b9b73b (diff)
downloadmpfr-d8782b82c961338b15ef888f0bc152566644a964.tar.gz
Removed trailing spaces (better for future patches, as such spaces
are sometimes stripped). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3726 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tcosh.c')
-rw-r--r--tests/tcosh.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tcosh.c b/tests/tcosh.c
index d1ab9b0a1..01f5f6def 100644
--- a/tests/tcosh.c
+++ b/tests/tcosh.c
@@ -142,7 +142,7 @@ special_overflow (void)
set_emin (-125);
set_emax (128);
-
+
mpfr_init2 (x, 24);
mpfr_init2 (y, 24);
@@ -152,7 +152,7 @@ special_overflow (void)
{
printf("Special overflow error 1.\n");
mpfr_dump (y);
- exit (1);
+ exit (1);
}
mpfr_set_str_binary (x, "0.101100100000000000110100E8");
@@ -163,7 +163,7 @@ special_overflow (void)
mpfr_dump (y);
exit (1);
}
-
+
set_emin (MPFR_EMIN_MIN);
set_emax (MPFR_EMAX_MAX);