From: wolf Date: Thu, 29 Mar 2001 14:32:07 +0000 (+0000) Subject: Fix indentation slightly while we're at it. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b64e7f46a117c6bfe717972d5d02d9868d69b888;p=dealii-svn.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