From 9f50a0ced1a5bea500aa44e0bf3ccbc25c57e925 Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Thu, 19 Jun 2025 21:07:51 -0600 Subject: [PATCH] Indent --- tests/grid/grid_generator_hyper_shell.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5