From: Timo Heister Date: Tue, 19 Feb 2013 19:18:17 +0000 (+0000) Subject: revert accidental whitespace change X-Git-Tag: v8.0.0~1221 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0399cfb1f12e1a02a7841c4d60869ad6902b57a;p=dealii.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; }