summaryrefslogtreecommitdiff
path: root/sin.c
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-05-17 08:45:00 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-05-17 08:45:00 +0000
commit4ee6fd194ef47eb1e22826d3ff4e65fd23460f02 (patch)
treedeb075ebc42e574c8daf4adc5544e7368268d695 /sin.c
parent83db0df80f166d4c2a1ac36c2c5f3776d6c5ec39 (diff)
downloadmpfr-4ee6fd194ef47eb1e22826d3ff4e65fd23460f02.tar.gz
Remove a space.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3559 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'sin.c')
-rw-r--r--sin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sin.c b/sin.c
index 47e3b7842..4258595c6 100644
--- a/sin.c
+++ b/sin.c
@@ -118,6 +118,7 @@ mpfr_sin (mpfr_ptr y, mpfr_srcptr x, mp_rnd_t rnd_mode)
{
MPFR_SET_NAN (y);
MPFR_RET_NAN;
+
}
else /* x is zero */
{