From 3465aaeff3af00be2883ac5077956ce862d33490 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Fri, 22 Dec 2017 11:01:53 +0000 Subject: Removed trailing whitespace. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12045 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tlngamma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/tlngamma.c') diff --git a/tests/tlngamma.c b/tests/tlngamma.c index bc2afb7da..703da3af7 100644 --- a/tests/tlngamma.c +++ b/tests/tlngamma.c @@ -258,7 +258,7 @@ bug20171220 (void) { mpfr_t x, y, z; int inex; - + mpfr_init2 (x, 15); mpfr_init2 (y, 15); mpfr_init2 (z, 15); @@ -290,7 +290,7 @@ bug20171220a (void) { mpfr_t x, y, z; int inex; - + mpfr_init2 (x, 198); mpfr_init2 (y, 1); mpfr_init2 (z, 1); -- cgit v1.2.1