From cb9cafcece09627a375f65e5e2ab1d5c478d6120 Mon Sep 17 00:00:00 2001 From: Nitesh Date: Thu, 6 Aug 2015 16:05:58 -0400 Subject: [PATCH] Fix indentation as well. --- examples/step-38/doc/results.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-38/doc/results.dox b/examples/step-38/doc/results.dox index 49489cc88a..1ea337f571 100644 --- a/examples/step-38/doc/results.dox +++ b/examples/step-38/doc/results.dox @@ -126,7 +126,7 @@ void LaplaceBeltrami::make_grid_and_dofs () boundary_ids.insert (0); GridGenerator::extract_boundary_mesh (volume_mesh, triangulation, - boundary_ids); + boundary_ids); triangulation.set_boundary (1); /* ** */ triangulation.set_boundary (0); /* ** */ GridTools::transform (&warp, triangulation); /* ** */ -- 2.39.5