Module: ppl/ppl Branch: master Commit: 9d6ef34ebb54d98fe07391cadd91ed3dd6ed9284 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=9d6ef34ebb54d... Author: Roberto Bagnara <bagnara@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;