From: heister Date: Tue, 19 Feb 2013 19:18:17 +0000 (+0000) Subject: revert accidental whitespace change X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1ae48b9a8603e0a504c7fb67ab59c39745e03c6;p=dealii-svn.git revert accidental whitespace change git-svn-id: https://svn.dealii.org/trunk@28479 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/petsc_matrix_base.h b/deal.II/include/deal.II/lac/petsc_matrix_base.h index bc81805f3f..a62cec2600 100644 --- a/deal.II/include/deal.II/lac/petsc_matrix_base.h +++ b/deal.II/include/deal.II/lac/petsc_matrix_base.h @@ -1707,7 +1707,7 @@ namespace PETScWrappers #ifndef PETSC_USE_64BIT_INDICES if (elide_zero_values == false) { - col_index_ptr = (int*)col_indices; + col_index_ptr = (int *)col_indices; col_value_ptr = values; n_columns = n_cols; }