From 9652f53fd859ccf3415b548d8dfe23ec09103aa5 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 4 Nov 2019 18:06:09 -0500 Subject: [PATCH] Indentation --- tests/numerics/nedelec_projection_mixed_01.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/numerics/nedelec_projection_mixed_01.cc b/tests/numerics/nedelec_projection_mixed_01.cc index da241209cf..cf765609f7 100644 --- a/tests/numerics/nedelec_projection_mixed_01.cc +++ b/tests/numerics/nedelec_projection_mixed_01.cc @@ -19,7 +19,6 @@ // combination element that has edge DoFs other than those just from // the Nedelec base element -#include "../tests.h" #include #include @@ -33,6 +32,8 @@ #include +#include "../tests.h" + int @@ -40,7 +41,7 @@ main() { initlog(); - const unsigned int dim = 3; + const unsigned int dim = 3; Triangulation triangulation; -- 2.39.5