[GIT] ppl/ppl(floating_point): Fixed indentation.

Module: ppl/ppl Branch: floating_point Commit: f762ecded38d87c9ea2ab50d0f8dea0149f8f98b URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=f762ecded38d8...
Author: Roberto Amadini r.amadini@virgilio.it Date: Wed Sep 23 18:19:17 2009 +0200
Fixed indentation.
---
.../floatingpointexpr1.cc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tests/Floating_Point_Expression/floatingpointexpr1.cc b/tests/Floating_Point_Expression/floatingpointexpr1.cc index a29b649..63c978a 100644 --- a/tests/Floating_Point_Expression/floatingpointexpr1.cc +++ b/tests/Floating_Point_Expression/floatingpointexpr1.cc @@ -204,7 +204,8 @@ test06() {
tmp = FP_Interval(-FP_Expression::absolute_error); tmp.join_assign(FP_Expression::absolute_error); - ANALYZER_FP_FORMAT exp = pow(2,-static_cast<ANALYZER_FP_FORMAT>((ANALYZED_FP_FORMAT::MANTISSA_BITS-1))); + ANALYZER_FP_FORMAT exp = pow(2, + -static_cast<ANALYZER_FP_FORMAT>((ANALYZED_FP_FORMAT::MANTISSA_BITS-1))); FP_Interval coeff = FP_Interval(2); coeff -= exp; FP_Interval coeff2(2);
participants (1)
-
Roberto Amadini