summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-10-18 13:45:02 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-10-18 13:45:02 +0000
commitf4c7b1d8fd86fbc41f0eb0a7e08e9ed82fbd9097 (patch)
tree9e1295660c12390a556fe69f424a0b01e17755d7 /tests
parentd0ad9299bf69fe33fdfa6832795830e0912d49b1 (diff)
downloadmpfr-f4c7b1d8fd86fbc41f0eb0a7e08e9ed82fbd9097.tar.gz
Added newline.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2065 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/thypot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/thypot.c b/tests/thypot.c
index f29d3b436..c567f6c1d 100644
--- a/tests/thypot.c
+++ b/tests/thypot.c
@@ -31,7 +31,8 @@ MA 02111-1307, USA. */
#define TEST_FUNCTION mpfr_hypot
-static void test_large (void)
+static void
+test_large (void)
{
mpfr_t x, y, z, t;