From b195900c4c0fe8fc1a7059dd802d93ff0d116738 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 12 Feb 2006 04:56:15 +0000 Subject: [PATCH] Use standard indentation. git-svn-id: https://svn.dealii.org/trunk@12329 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/schur_matrix.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deal.II/lac/include/lac/schur_matrix.h b/deal.II/lac/include/lac/schur_matrix.h index 2b3949b9e3..8553f4bd21 100644 --- a/deal.II/lac/include/lac/schur_matrix.h +++ b/deal.II/lac/include/lac/schur_matrix.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -89,8 +89,7 @@ * @author Guido Kanschat, 2000, 2001, 2002 */ template -class SchurMatrix : - public Subscriptor +class SchurMatrix : public Subscriptor { public: -- 2.39.5