From: Wolfgang Bangerth Date: Tue, 1 Mar 2016 15:16:31 +0000 (-0600) Subject: Properly indent an argument list. X-Git-Tag: v8.5.0-rc1~1257^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2284%2Fhead;p=dealii.git Properly indent an argument list. Also make an argument 'const' that is logically an input argument. --- diff --git a/include/deal.II/grid/manifold.h b/include/deal.II/grid/manifold.h index 80b3067a0a..1ead00bab3 100644 --- a/include/deal.II/grid/manifold.h +++ b/include/deal.II/grid/manifold.h @@ -698,7 +698,8 @@ namespace Manifolds template Quadrature - get_default_quadrature(const OBJECT &obj, bool with_laplace) + get_default_quadrature(const OBJECT &obj, + const bool with_laplace) { const int spacedim = OBJECT::AccessorType::space_dimension; const int dim = OBJECT::AccessorType::structure_dimension;