From 9b0adf6c2e98382e02f9994d4a079709cfef74f9 Mon Sep 17 00:00:00 2001 From: Mathias Anselmann Date: Wed, 5 Jun 2019 21:37:53 +0200 Subject: [PATCH] Fixed indentation --- tests/dofs/dof_tools_12a.cc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/tests/dofs/dof_tools_12a.cc b/tests/dofs/dof_tools_12a.cc index 7edcf8aea4..93f779b3aa 100644 --- a/tests/dofs/dof_tools_12a.cc +++ b/tests/dofs/dof_tools_12a.cc @@ -96,11 +96,11 @@ check(const FiniteElement &fe, const std::string &name) // setup hp DoFHandler hp::FECollection fe_collection(fe); - hp::DoFHandler hp_dof_handler(tria); + hp::DoFHandler hp_dof_handler(tria); hp_dof_handler.distribute_dofs(fe_collection); - check_this >(dof_handler); - check_this >(hp_dof_handler); + check_this>(dof_handler); + check_this>(hp_dof_handler); } @@ -141,7 +141,7 @@ main(int argc, char **argv) try { Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); - MPILogInitAll logfile; + MPILogInitAll logfile; CHECK_ALL(Q, 1) CHECK_ALL(Q, 2) @@ -235,6 +235,4 @@ main(int argc, char **argv) << std::endl; return 1; }; - } - -- 2.39.5