From: bangerth Date: Wed, 10 Mar 2010 00:39:48 +0000 (+0000) Subject: Indent. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9641c458e6e6816502426e322e300e0c2bc77c9;p=dealii-svn.git Indent. git-svn-id: https://svn.dealii.org/trunk@20777 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/sparsity_pattern.cc b/deal.II/lac/source/sparsity_pattern.cc index 7ce2b210cc..500bfac7a4 100644 --- a/deal.II/lac/source/sparsity_pattern.cc +++ b/deal.II/lac/source/sparsity_pattern.cc @@ -1008,7 +1008,7 @@ SparsityPattern::block_read (std::istream &in) if (rowstart) delete[] rowstart; if (colnums) - delete[] colnums; + delete[] colnums; rowstart = new std::size_t[max_dim+1]; colnums = new unsigned int[max_vec_len];