From f55546ab0247c855bafd29f88aca65ffa7196415 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Mon, 6 May 2002 11:13:07 +0000
Subject: [PATCH] Properly indent.

git-svn-id: https://svn.dealii.org/trunk@5822 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/lac/include/lac/matrix_out.h | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/deal.II/lac/include/lac/matrix_out.h b/deal.II/lac/include/lac/matrix_out.h
index c7c5de273d..74552df1b7 100644
--- a/deal.II/lac/include/lac/matrix_out.h
+++ b/deal.II/lac/include/lac/matrix_out.h
@@ -127,11 +127,12 @@ class MatrixOut : public DataOutInterface<2,2>
 					  */
 	unsigned int block_size;
 
-				       /**
-					* If true, plot discontinuous
-					* patches, one for each entry.
-					**/
-      bool discontinuous;
+					 /**
+					  * If true, plot
+					  * discontinuous patches, one
+					  * for each entry.
+					  */
+	bool discontinuous;
 
 					 /**
 					  * Default constructor. Set
-- 
2.39.5