This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=d9e7774fda909306ebdaab175684043946b0931b The branch, stable-2.0 has been updated via d9e7774fda909306ebdaab175684043946b0931b (commit) from 620c13e8fc02060e0af8fa38398ee4de745d41e9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d9e7774fda909306ebdaab175684043946b0931b Author: Mark H Weaver <[email protected]> Date: Sun Jul 21 07:20:03 2013 -0400 Fix minor formatting error in 'rationalize'. * libguile/numbers.c (scm_rationalize): Fix formatting. ----------------------------------------------------------------------- Summary of changes: libguile/numbers.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libguile/numbers.c b/libguile/numbers.c index b7b91ac..07bcaad 100644 --- a/libguile/numbers.c +++ b/libguile/numbers.c @@ -9528,8 +9528,8 @@ SCM_DEFINE (scm_rationalize, "rationalize", 2, 0, 0, interval between the remainders NLO/DLO and NHI/DHI. There are two cases to consider: either NLO/DLO == QLO is an integer (indicated by RLO == 0), or QLO < QHI. */ - if (mpz_sgn (rlo) == 0 || mpz_cmp (qlo, qhi) - != 0) break; + if (mpz_sgn (rlo) == 0 || mpz_cmp (qlo, qhi) != 0) + break; /* Efficiently shuffle variables around for the next iteration. First we shift the recent convergents. */ hooks/post-receive -- GNU Guile
