summaryrefslogtreecommitdiff
path: root/setmax.c
diff options
context:
space:
mode:
authorryde <ryde@280ebfd0-de03-0410-8827-d642c229c3f4>2002-11-29 21:35:59 +0000
committerryde <ryde@280ebfd0-de03-0410-8827-d642c229c3f4>2002-11-29 21:35:59 +0000
commita03108e20a9ec2db51411bc5aa0887f967ccb835 (patch)
treeb7a301422646fedfbb344879b6eabd7264ea4eaa /setmax.c
parent1fd6afd9a29c0a6a2a36bb072e48ae0a400d140b (diff)
downloadmpfr-a03108e20a9ec2db51411bc5aa0887f967ccb835.tar.gz
Use GNU style code layout.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2093 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'setmax.c')
-rw-r--r--setmax.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/setmax.c b/setmax.c
index 141036908..1dd497288 100644
--- a/setmax.c
+++ b/setmax.c
@@ -27,7 +27,8 @@ MA 02111-1307, USA. */
/* Note: the flags are not cleared and the current sign is kept. */
-void mpfr_setmax (mpfr_ptr x, mp_exp_t e)
+void
+mpfr_setmax (mpfr_ptr x, mp_exp_t e)
{
mp_size_t xn, i;
int sh;