
Module: ppl/ppl Branch: master Commit: 87f09547a592229bfbd7722103f8e64ef074fb92 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=87f09547a5922...
Author: Enea Zaffanella enea.zaffanella@bugseng.com Date: Sun Mar 3 15:43:46 2013 +0100
Fix indentation.
---
src/Bit_Matrix.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Bit_Matrix.cc b/src/Bit_Matrix.cc index 4b4235f..85eedf0 100644 --- a/src/Bit_Matrix.cc +++ b/src/Bit_Matrix.cc @@ -124,7 +124,7 @@ PPL::Bit_Matrix::transpose_assign(const Bit_Matrix& y) {
void PPL::Bit_Matrix::resize(dimension_type new_n_rows, - dimension_type new_n_columns) { + dimension_type new_n_columns) { PPL_ASSERT(OK()); const dimension_type old_num_rows = num_rows(); if (new_n_columns < row_size) {