diff options
author | tege <tege@gmplib.org> | 2007-09-24 17:19:27 +0200 |
---|---|---|
committer | tege <tege@gmplib.org> | 2007-09-24 17:19:27 +0200 |
commit | 7f6e0a4930a18e221ea2d45d621bea82c9c9c34e (patch) | |
tree | 13f6076dca2ab33d5e59b8847b03226cc30a7be5 /tests/mpz/t-set_str.c | |
parent | 4c893cee7bc42b6f874b4729f7afc767512e8f34 (diff) | |
download | gmp-7f6e0a4930a18e221ea2d45d621bea82c9c9c34e.tar.gz |
Clean up spacing.
Diffstat (limited to 'tests/mpz/t-set_str.c')
-rw-r--r-- | tests/mpz/t-set_str.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpz/t-set_str.c b/tests/mpz/t-set_str.c index 8571e532c..cb589ca9d 100644 --- a/tests/mpz/t-set_str.c +++ b/tests/mpz/t-set_str.c @@ -28,7 +28,7 @@ void check_one (mpz_srcptr want, int base, const char *str) { mpz_t got; - + MPZ_CHECK_FORMAT (want); mp_trace_base = (base == 0 ? 16 : base); |