From cef9b525762de113777210c756aef310eb14a19d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 27 Mar 2013 01:55:31 +0000 Subject: [PATCH] Fix indentation. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29050 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/base/types.h b/deal.II/include/deal.II/base/types.h index 80c02453df..a4cd002287 100644 --- a/deal.II/include/deal.II/base/types.h +++ b/deal.II/include/deal.II/base/types.h @@ -204,9 +204,9 @@ namespace numbers invalid_size_type = static_cast (-1); /** - * An invalid value for indices of degrees - * of freedom. - */ + * An invalid value for indices of degrees + * of freedom. + */ const types::global_dof_index invalid_dof_index = static_cast(-1); /** -- 2.39.5