summaryrefslogtreecommitdiff
path: root/mpz/urandomm.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-06-30 10:04:07 +0200
committertege <tege@gmplib.org>2000-06-30 10:04:07 +0200
commitf8c6bca201bd07c13b100e14a902faf839d690ce (patch)
tree2d72d7e9cd0efe630e0bd8b029998a392f932c47 /mpz/urandomm.c
parent9d0a44825332952aa8f8620b8476e86388a39d45 (diff)
downloadgmp-f8c6bca201bd07c13b100e14a902faf839d690ce.tar.gz
Clean up some spacing.
Diffstat (limited to 'mpz/urandomm.c')
-rw-r--r--mpz/urandomm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/urandomm.c b/mpz/urandomm.c
index 41ca3e274..8932940de 100644
--- a/mpz/urandomm.c
+++ b/mpz/urandomm.c
@@ -48,7 +48,7 @@ mpz_urandomm (rop, rstate, n)
/* Allocate enough for any mpz function called since a realloc of
these will fail. */
- MPZ_TMP_INIT (t, size);
+ MPZ_TMP_INIT (t, size);
MPZ_TMP_INIT (m, size + 1);
MPZ_TMP_INIT (p, size + 1);