From: Wolfgang Bangerth Date: Mon, 2 May 2005 22:35:49 +0000 (+0000) Subject: Indent properly. X-Git-Tag: v8.0.0~13953 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0327e4c3c9126612330527b129383498db866a1;p=dealii.git Indent properly. git-svn-id: https://svn.dealii.org/trunk@10602 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparsity_pattern.h b/deal.II/lac/include/lac/sparsity_pattern.h index de08adc5bf..aca6012cb0 100644 --- a/deal.II/lac/include/lac/sparsity_pattern.h +++ b/deal.II/lac/include/lac/sparsity_pattern.h @@ -972,7 +972,8 @@ class SparsityPattern : public Subscriptor * Check if a value at a certain * position may be non-zero. */ - bool exists (const unsigned int i, const unsigned int j) const; + bool exists (const unsigned int i, + const unsigned int j) const; /** * Number of entries in a specific row.