From: Matthias Maier Date: Mon, 12 Aug 2024 22:30:45 +0000 (-0500) Subject: run indent X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17490%2Fhead;p=dealii.git run indent --- diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc index 0285bf3bc0..56a9dce152 100644 --- a/source/distributed/tria.cc +++ b/source/distributed/tria.cc @@ -313,8 +313,10 @@ namespace vertex_touch_count.end(), &connectivity->ctt_offset[1]); - [[maybe_unused]] const typename internal::p4est::types::locidx num_vtt = - std::accumulate(vertex_touch_count.begin(), vertex_touch_count.end(), 0u); + [[maybe_unused]] const typename internal::p4est::types::locidx + num_vtt = std::accumulate(vertex_touch_count.begin(), + vertex_touch_count.end(), + 0u); Assert(connectivity->ctt_offset[triangulation.n_vertices()] == num_vtt, ExcInternalError()); @@ -1847,7 +1849,8 @@ namespace parallel template DEAL_II_CXX20_REQUIRES((concepts::is_valid_dim_spacedim)) void Triangulation::create_triangulation( - [[maybe_unused]] const TriangulationDescription::Description + [[maybe_unused]] const TriangulationDescription::Description &construction_data) { DEAL_II_ASSERT_UNREACHABLE();