From: wolf Date: Sun, 12 Feb 2006 04:56:15 +0000 (+0000) Subject: Use standard indentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aea82a92cb3d07610e5388a01edb2a8f593aa977;p=dealii-svn.git Use standard indentation. git-svn-id: https://svn.dealii.org/trunk@12329 0785d39b-7218-0410-832d-ea1e28bc413d --- 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: