summaryrefslogtreecommitdiff
path: root/tests/tfmma.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-05-29 22:54:46 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-05-29 22:54:46 +0000
commit323a6c6b5f697faf458e5a04096177038e0bf014 (patch)
tree8a088e10a182a91169f62f812a2c1a27a53ce102 /tests/tfmma.c
parent06fde1bd718985d98dcb9bce10942238a09d1f7e (diff)
downloadmpfr-323a6c6b5f697faf458e5a04096177038e0bf014.tar.gz
Removed trailing spaces.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11552 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tfmma.c')
-rw-r--r--tests/tfmma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tfmma.c b/tests/tfmma.c
index 737f05768..10bdab178 100644
--- a/tests/tfmma.c
+++ b/tests/tfmma.c
@@ -465,7 +465,7 @@ bug20170405 (void)
/* imaginary part is a*d+b*c = x*x+y*y */
mpfr_fmma (z, x, x, y, y, MPFR_RNDN);
MPFR_ASSERTN(mpfr_cmp_ui (z, 1) == 0);
-
+
mpfr_clears (x, y, z, (mpfr_ptr) 0);
}