From ae5c18a8972319778e31d1cb6efd0a1c8a639380 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 20 Aug 2015 18:26:27 -0500 Subject: [PATCH] Indent one function argument. --- include/deal.II/fe/fe_update_flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/fe/fe_update_flags.h b/include/deal.II/fe/fe_update_flags.h index e9a7f56d90..019eabfece 100644 --- a/include/deal.II/fe/fe_update_flags.h +++ b/include/deal.II/fe/fe_update_flags.h @@ -370,7 +370,7 @@ namespace internal * Initialize all vectors to correct size. */ void initialize (const unsigned int n_quadrature_points, - const UpdateFlags flags); + const UpdateFlags flags); /** * Store an array of weights times the Jacobi determinant at the quadrature -- 2.39.5