From 6090347e07a3abf2fe438f6caee977674220bcbd Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 2 May 2005 22:35:49 +0000 Subject: [PATCH] Indent properly. git-svn-id: https://svn.dealii.org/trunk@10602 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparsity_pattern.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.5