From: Wolfgang Bangerth Date: Thu, 29 Mar 2001 14:32:07 +0000 (+0000) Subject: Fix indentation slightly while we're at it. X-Git-Tag: v8.0.0~19452 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa980b5cf1e0313ca17d98fb2c4641ce59bcaa53;p=dealii.git Fix indentation slightly while we're at it. git-svn-id: https://svn.dealii.org/trunk@4328 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/solver_gmres.h b/deal.II/lac/include/lac/solver_gmres.h index 5fb7bf9ddf..6e89994310 100644 --- a/deal.II/lac/include/lac/solver_gmres.h +++ b/deal.II/lac/include/lac/solver_gmres.h @@ -190,10 +190,10 @@ SolverGMRES::givens_rotation (Vector &h, template template typename Solver::ReturnState -SolverGMRES::solve (const MATRIX& A, - VECTOR & x, - const VECTOR& b, - const PRECONDITIONER& precondition) +SolverGMRES::solve (const MATRIX &A, + VECTOR &x, + const VECTOR &b, + const PRECONDITIONER &precondition) { // this code was written a very // long time ago by people not