From d8782b82c961338b15ef888f0bc152566644a964 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Thu, 18 Aug 2005 17:03:17 +0000 Subject: 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 --- tests/tcmp.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/tcmp.c') diff --git a/tests/tcmp.c b/tests/tcmp.c index dbf5ccc92..be2c3ca47 100644 --- a/tests/tcmp.c +++ b/tests/tcmp.c @@ -187,31 +187,31 @@ main (void) } } } - + /* Check for NAN */ mpfr_set_nan (xx); mpfr_clear_erangeflag (); c = (mpfr_cmp) (xx, yy); - if (c != 0 || !mpfr_erangeflag_p () ) + if (c != 0 || !mpfr_erangeflag_p () ) { printf ("NAN error (1)\n"); exit (1); } mpfr_clear_erangeflag (); c = (mpfr_cmp) (yy, xx); - if (c != 0 || !mpfr_erangeflag_p () ) + if (c != 0 || !mpfr_erangeflag_p () ) { printf ("NAN error (2)\n"); exit (1); } mpfr_clear_erangeflag (); c = (mpfr_cmp) (xx, xx); - if (c != 0 || !mpfr_erangeflag_p () ) + if (c != 0 || !mpfr_erangeflag_p () ) { printf ("NAN error (3)\n"); exit (1); } - + mpfr_clear (xx); mpfr_clear (yy); -- cgit v1.2.1