[GIT] ppl/ppl(master): Indentation fixed.

Module: ppl/ppl Branch: master Commit: cc8006165e6ffa0265e001311db62ec68118511e URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=cc8006165e6ff...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon Feb 13 16:48:11 2012 +0100
Indentation fixed.
---
src/DB_Matrix.defs.hh | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/DB_Matrix.defs.hh b/src/DB_Matrix.defs.hh index 1582494..afe41ea 100644 --- a/src/DB_Matrix.defs.hh +++ b/src/DB_Matrix.defs.hh @@ -310,12 +310,12 @@ bool euclidean_distance_assign(Checked_Number<To, Extended_Number_Policy>& r, #endif // defined(PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS) template <typename Temp, typename To, typename T> bool l_infinity_distance_assign(Checked_Number<To, Extended_Number_Policy>& r, - const DB_Matrix<T>& x, - const DB_Matrix<T>& y, - Rounding_Dir dir, - Temp& tmp0, - Temp& tmp1, - Temp& tmp2); + const DB_Matrix<T>& x, + const DB_Matrix<T>& y, + Rounding_Dir dir, + Temp& tmp0, + Temp& tmp1, + Temp& tmp2);
} // namespace Parma_Polyhedra_Library
participants (1)
-
Roberto Bagnara