[GIT] ppl/ppl(compliance): Trailing whitespace removed.

Module: ppl/ppl Branch: compliance Commit: fe759bb940ffa3083ec6eca0c8221d388bd2bb64 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=fe759bb940ffa...
Author: Roberto Bagnara roberto.bagnara@bugseng.com Date: Thu Jun 12 21:43:12 2014 +0200
Trailing whitespace removed.
---
src/Polyhedron_chdims.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Polyhedron_chdims.cc b/src/Polyhedron_chdims.cc index 10a9e45..a52d04c 100644 --- a/src/Polyhedron_chdims.cc +++ b/src/Polyhedron_chdims.cc @@ -420,7 +420,7 @@ PPL::Polyhedron::expand_space_dimension(Variable var, dimension_type m) {
Constraint c_template = c; c_template.expr.set_coefficient(var, Coefficient_zero()); - + // Each relevant constraint results in `m' new constraints. for (dimension_type dst_d = old_dim; dst_d < old_dim+m; ++dst_d) { Constraint new_c = c_template;
participants (1)
-
Roberto Bagnara