summaryrefslogtreecommitdiff
path: root/tests/tlngamma.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-22 11:01:53 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-22 11:01:53 +0000
commit3465aaeff3af00be2883ac5077956ce862d33490 (patch)
tree23f576a91bc50d3f7cd380e04bedd9e0fd8b5e6a /tests/tlngamma.c
parentee2bbec90dca11d203623a1be2fdb897bcc0251b (diff)
downloadmpfr-3465aaeff3af00be2883ac5077956ce862d33490.tar.gz
Removed trailing whitespace.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12045 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tlngamma.c')
-rw-r--r--tests/tlngamma.c4
1 files changed, 2 insertions, 2 deletions
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);