[PPL-devel] [GIT] ppl/ppl(floating_point): Fixed bad spacing.

Fabio Bossi bossi at cs.unipr.it
Mon Jul 26 15:51:56 CEST 2010


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

Author: Fabio Bossi <bossi at cs.unipr.it>
Date:   Mon Jul 26 15:51:39 2010 +0200

Fixed bad spacing.

---

 src/linearize.hh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/linearize.hh b/src/linearize.hh
index 3bc8f2f..be23aa4 100644
--- a/src/linearize.hh
+++ b/src/linearize.hh
@@ -687,7 +687,7 @@ linearize(const Concrete_Expression<Target>& expr,
     Approximable_Reference<Target> ref_expr =
       static_cast<Approximable_Reference<Target> >(expr);
     /* Variable references are the only that we are currently
-         able to analyze */
+       able to analyze */
     dimension_type variable_index = ref_expr.associated_dimension();
     if (variable_index == not_a_dimension())
       return false;




More information about the PPL-devel mailing list