summaryrefslogtreecommitdiff
path: root/mpz/set_d.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2010-11-22 22:26:05 +0100
committerTorbjorn Granlund <tege@gmplib.org>2010-11-22 22:26:05 +0100
commit198a1add0f2d556eb75bf2d85c7fceb9fafe9f51 (patch)
treec4fa3b97e983d3f057c0ba032faf39fe303d8f3b /mpz/set_d.c
parentd7afa9ea9c7dae166cb6719c3b11db9c96cca519 (diff)
downloadgmp-198a1add0f2d556eb75bf2d85c7fceb9fafe9f51.tar.gz
Whitespace cleanup.
Diffstat (limited to 'mpz/set_d.c')
-rw-r--r--mpz/set_d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpz/set_d.c b/mpz/set_d.c
index 2e7fce107..b5f3b9385 100644
--- a/mpz/set_d.c
+++ b/mpz/set_d.c
@@ -44,8 +44,8 @@ mpz_set_d (mpz_ptr r, double d)
mp_size_t rn;
DOUBLE_NAN_INF_ACTION (d,
- __gmp_invalid_operation (),
- __gmp_invalid_operation ());
+ __gmp_invalid_operation (),
+ __gmp_invalid_operation ());
negative = d < 0;
d = ABS (d);