From: Rene Gassmoeller Date: Fri, 20 Jun 2025 03:07:51 +0000 (-0600) Subject: Indent X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18568%2Fhead;p=dealii.git Indent --- diff --git a/tests/grid/grid_generator_hyper_shell.cc b/tests/grid/grid_generator_hyper_shell.cc index df30dfe431..65fa49dff7 100644 --- a/tests/grid/grid_generator_hyper_shell.cc +++ b/tests/grid/grid_generator_hyper_shell.cc @@ -62,7 +62,7 @@ test(const Point origin = Point()) } } - if (dim > 2) + if (dim > 2) { deallog << std::endl << std::endl << "Boundary ids of boundary lines:"; @@ -81,7 +81,7 @@ test(const Point origin = Point()) } deallog << std::endl; - + if (found_top_boundary) deallog << "Ok. Found top boundary." << std::endl; else