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

Roberto Bagnara bagnara at cs.unipr.it
Sat Mar 28 15:51:21 CET 2009


Module: ppl/ppl
Branch: master
Commit: 0cce78cf176b0db60b0fe416f86c1b1c636c62de
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=0cce78cf176b0db60b0fe416f86c1b1c636c62de

Author: Roberto Bagnara <bagnara at 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




More information about the PPL-devel mailing list