summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-04-29 16:19:26 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-04-29 16:19:26 +0000
commit48c405b7f92f08fe373bae75668db87403d447d7 (patch)
tree6934c3b21a36cd1ae3413cab39238d522476d120 /tests
parent34e57c71f138eaa2f8ade38056d02cbd86a9929a (diff)
downloadmpfr-48c405b7f92f08fe373bae75668db87403d447d7.tar.gz
Removed trailing spaces.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6182 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/tget_f.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tget_f.c b/tests/tget_f.c
index f521660a3..4aa33c6bd 100644
--- a/tests/tget_f.c
+++ b/tests/tget_f.c
@@ -170,7 +170,7 @@ static void
ternary_test (void)
{
int prec;
- mpfr_rnd_t rnd;
+ mpfr_rnd_t rnd;
int inex, expected_inex;
mpf_t x;
mpfr_t y;
@@ -193,7 +193,7 @@ ternary_test (void)
if (inex != 0 || mpfr_cmp_f (y, x) !=0)
{
- printf ("Error in mpfr_get_f (x, y, %s)\nx = ",
+ printf ("Error in mpfr_get_f (x, y, %s)\nx = ",
mpfr_print_rnd_mode (rnd));
mpf_out_str (stdout, 2, 0, x);
printf ("\ny = ");