From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Fri, 17 Mar 2000 14:50:07 +0000 (+0000)
Subject: Reindent Guido's bogus indentations
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4489fea0695ee360ddd57a7e83488019910db9d;p=dealii-svn.git

Reindent Guido's bogus indentations


git-svn-id: https://svn.dealii.org/trunk@2592 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h
index 3fa840c0fd..3fcc408d62 100644
--- a/deal.II/lac/include/lac/sparse_matrix.h
+++ b/deal.II/lac/include/lac/sparse_matrix.h
@@ -70,7 +70,7 @@ class SparseMatrix : public Subscriptor
     SparseMatrix (const SparseMatrix &);
 
 
-/**
+				     /**
 				      * Constructor. Takes the given matrix
 				      * sparsity structure to represent the
 				      * sparsity pattern of this matrix. You
@@ -97,7 +97,7 @@ class SparseMatrix : public Subscriptor
     SparseMatrix<number>& operator = (const SparseMatrix<number> &);
 
 
-/**
+				     /**
 				      * Reinitialize the object but keep to
 				      * the sparsity pattern previously used.
 				      * This may be necessary if you #reinit#'d
@@ -649,7 +649,7 @@ class SparseMatrix : public Subscriptor
 			    somenumber               *partial_norm) const;
 
 
-// make all other sparse matrices
+				     // make all other sparse matrices
 				     // friends
     template <typename somenumber> friend class SparseMatrix;
 };