From: Daniel Arndt Date: Mon, 4 Nov 2019 23:06:09 +0000 (-0500) Subject: Indentation X-Git-Tag: v9.2.0-rc1~332^2~3^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9652f53fd859ccf3415b548d8dfe23ec09103aa5;p=dealii.git Indentation --- 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;