From: Wolfgang Bangerth Date: Thu, 14 Jan 2021 00:02:22 +0000 (-0700) Subject: Fix indentation mishap. X-Git-Tag: v9.3.0-rc1~644^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11523%2Fhead;p=dealii.git Fix indentation mishap. --- diff --git a/include/deal.II/fe/fe_tools.templates.h b/include/deal.II/fe/fe_tools.templates.h index 1443e66baa..fe4cdfc292 100644 --- a/include/deal.II/fe/fe_tools.templates.h +++ b/include/deal.II/fe/fe_tools.templates.h @@ -2188,11 +2188,10 @@ namespace FETools template void - compute_projection_matrices(const FiniteElement &fe, - std::vector> - - > & matrices, - const bool isotropic_only) + compute_projection_matrices( + const FiniteElement & fe, + std::vector>> &matrices, + const bool isotropic_only) { const unsigned int n = fe.n_dofs_per_cell(); const unsigned int nd = fe.n_components();