[GIT] ppl/ppl(master): Fixed indentation.

Module: ppl/ppl Branch: master Commit: 0cce78cf176b0db60b0fe416f86c1b1c636c62de URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=0cce78cf176b0...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sat Mar 28 15:49:04 2009 +0100
Fixed indentation.
---
src/checked_mpz.inlines.hh | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/checked_mpz.inlines.hh b/src/checked_mpz.inlines.hh index 7e7453c..ccc7af2 100644 --- a/src/checked_mpz.inlines.hh +++ b/src/checked_mpz.inlines.hh @@ -371,10 +371,10 @@ div_mpz(mpz_class& to, const mpz_class& x, const mpz_class& y, mpz_srcptr d = y.get_mpz_t(); if (round_ignore(dir)) { #if 0 - // FIXME: we need to reconsider Rounding_Dir argument to clarify if - // client code intention is to have approximate result without any interest - // in knowing the direction of rounding or to grant to called function - // that result will be exact. + // FIXME: we need to reconsider Rounding_Dir argument to clarify if + // client code intention is to have approximate result without any interest + // in knowing the direction of rounding or to grant to called function + // that result will be exact. mpz_divexact(to.get_mpz_t(), n, d); return V_LGE; #else
participants (1)
-
Roberto Bagnara