
Module: ppl/ppl Branch: compliance Commit: bd70cc6e44ca2db50ec8eabb7b62047611bca249 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=bd70cc6e44ca2...
Author: Patrik Pomelli patrik.pomelli@bugseng.com Date: Sat Jun 21 12:17:47 2014 +0200
Brace position fixed.
Signed-off-by: Roberto Bagnara roberto.bagnara@bugseng.com
---
src/Matrix_templates.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Matrix_templates.hh b/src/Matrix_templates.hh index b89acdb..496aab5 100644 --- a/src/Matrix_templates.hh +++ b/src/Matrix_templates.hh @@ -128,8 +128,8 @@ void Matrix<Row>::remove_column(dimension_type i) { for (dimension_type j = rows.size(); j-- > 0; ) { rows[j].delete_element_and_shift(i); - --num_columns_; } + --num_columns_; PPL_ASSERT(OK()); }