summaryrefslogtreecommitdiff
path: root/gmpxx.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-11-21 21:15:18 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-11-21 21:15:18 +0100
commitf24a8deaf598267ea9c57ba93e9e6a94038bc8f3 (patch)
treeab76a1173414ebafa1aa42527df660603053d18a /gmpxx.h
parent15a7619b6229dea0d8d895aaa5506e40304dcb3f (diff)
downloadgmp-f24a8deaf598267ea9c57ba93e9e6a94038bc8f3.tar.gz
Spacing cleanup.
Diffstat (limited to 'gmpxx.h')
-rw-r--r--gmpxx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmpxx.h b/gmpxx.h
index e7ef16266..fb4865466 100644
--- a/gmpxx.h
+++ b/gmpxx.h
@@ -616,7 +616,7 @@ struct __gmp_binary_divides
}
else
#endif
- mpz_tdiv_q_ui(z, w, l);
+ mpz_tdiv_q_ui(z, w, l);
}
static void eval(mpz_ptr z, unsigned long int l, mpz_srcptr w)
{