]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Indent.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Mar 2010 00:39:48 +0000 (00:39 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Mar 2010 00:39:48 +0000 (00:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@20777 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparsity_pattern.cc

index 7ce2b210cc2801ab648e26abe37778deada40ca7..500bfac7a404cffc12f9338913d2542dee8962ce 100644 (file)
@@ -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];

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.