[PPL-devel] [GIT] ppl/ppl(pip): Removed trailing whitespaces.

François Galea francois.galea at uvsq.fr
Thu Oct 8 16:28:58 CEST 2009


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

Author: François Galea <francois.galea at uvsq.fr>
Date:   Thu Oct  8 16:27:27 2009 +0200

Removed trailing whitespaces.

---

 src/PIP_Problem.cc      |    2 +-
 src/PIP_Problem.defs.hh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/PIP_Problem.cc b/src/PIP_Problem.cc
index cb1b36a..ffb093e 100644
--- a/src/PIP_Problem.cc
+++ b/src/PIP_Problem.cc
@@ -307,7 +307,7 @@ PPL::PIP_Problem::clear() {
   input_cs.clear();
   first_pending_constraint = 0;
   parameters.clear();
-  initial_context.clear();  
+  initial_context.clear();
 }
 
 void
diff --git a/src/PIP_Problem.defs.hh b/src/PIP_Problem.defs.hh
index a8317bc..beb291b 100644
--- a/src/PIP_Problem.defs.hh
+++ b/src/PIP_Problem.defs.hh
@@ -330,7 +330,7 @@ private:
 
   /*! \brief
     The initial context
-  
+
     Contains problem constraints on parameters only
   */
   Matrix initial_context;




More information about the PPL-devel mailing list