From: Daniel Arndt Date: Mon, 13 Apr 2020 00:42:57 +0000 (-0400) Subject: Fix indentation X-Git-Tag: v9.2.0-rc1~207^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bec990c223ae93678b799e9fb73611a877e0f9f;p=dealii.git Fix indentation --- diff --git a/include/deal.II/fe/mapping_fe_field.h b/include/deal.II/fe/mapping_fe_field.h index 44a0201b3c..70d5e39c0e 100644 --- a/include/deal.II/fe/mapping_fe_field.h +++ b/include/deal.II/fe/mapping_fe_field.h @@ -402,8 +402,8 @@ public: * Unit tangential vectors. Used for the computation of boundary forms and * normal vectors. * - * This array has `(dim-1)*GeometryInfo::%faces_per_cell` entries. The first - * GeometryInfo::faces_per_cell contain the vectors in the first + * This array has `(dim-1)*GeometryInfo::%faces_per_cell` entries. The + * first GeometryInfo::faces_per_cell contain the vectors in the first * tangential direction for each face; the second set of * GeometryInfo::faces_per_cell entries contain the vectors in the second * tangential direction (only in 3d, since there we have 2 tangential