From 2ec03a9c063d6b7cd1ac2ba130715e63531ad07e Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Thu, 13 Jan 2022 15:07:36 -0500 Subject: [PATCH] indent --- include/deal.II/matrix_free/fe_point_evaluation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/matrix_free/fe_point_evaluation.h b/include/deal.II/matrix_free/fe_point_evaluation.h index 0428e2e2f2..c4af4fa64c 100644 --- a/include/deal.II/matrix_free/fe_point_evaluation.h +++ b/include/deal.II/matrix_free/fe_point_evaluation.h @@ -496,8 +496,8 @@ public: * a precomputed @p mapping_data object. This function can be used * to avoid duplicated evaluation of the mapping if multiple * FEPointEvaluation objects for the different components of the same FESystem - * are used. You can get the mapping data from an initialized FEPointEvaluation - * object by calling the function get_mapping_data(). + * are used. You can get the mapping data from an initialized + * FEPointEvaluation object by calling the function get_mapping_data(). * * @param[in] cell An iterator to the current cell * -- 2.39.5