[PPL-devel] [GIT] ppl/ppl(master): Indentation fixed.

Roberto Bagnara bagnara at cs.unipr.it
Fri Apr 6 07:52:15 CEST 2012


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Thu Apr  5 21:50:58 2012 +0200

Indentation fixed.

---

 src/PIP_Tree.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/PIP_Tree.cc b/src/PIP_Tree.cc
index 4ee628d..5c5b322 100644
--- a/src/PIP_Tree.cc
+++ b/src/PIP_Tree.cc
@@ -2126,7 +2126,7 @@ PIP_Tree_Node::compatibility_check(Matrix& s) {
     Coefficient_traits::const_reference pivot_pj = pivot.get(pj);
     {
       for (Row::const_iterator
-           j = pivot.begin(), j_end = pivot.end(); j != j_end; ++j) {
+             j = pivot.begin(), j_end = pivot.end(); j != j_end; ++j) {
         if (j.index() == pj)
           continue;
         Coefficient_traits::const_reference pivot_j = *j;




More information about the PPL-devel mailing list