From: Rene Gassmoeller Date: Wed, 9 Jun 2021 20:41:06 +0000 (-0400) Subject: Indent X-Git-Tag: v9.4.0-rc1~1240^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12428%2Fhead;p=dealii.git Indent --- diff --git a/include/deal.II/particles/particle_handler.h b/include/deal.II/particles/particle_handler.h index d4c5af7155..6e1175f46c 100644 --- a/include/deal.II/particles/particle_handler.h +++ b/include/deal.II/particles/particle_handler.h @@ -807,7 +807,7 @@ namespace Particles const Point & reference_position, const types::particle_index particle_index, const typename Triangulation::active_cell_iterator &cell, - const ArrayView &properties = {}); + const ArrayView &properties = {}); /** * Address of the triangulation to work on. diff --git a/source/particles/particle_handler.cc b/source/particles/particle_handler.cc index 4dd410bc66..895c2d1ca8 100644 --- a/source/particles/particle_handler.cc +++ b/source/particles/particle_handler.cc @@ -475,7 +475,7 @@ namespace Particles const Point & reference_position, const types::particle_index particle_index, const typename Triangulation::active_cell_iterator &cell, - const ArrayView &properties) + const ArrayView &properties) { Assert(triangulation != nullptr, ExcInternalError()); Assert(cell.state() == IteratorState::valid, ExcInternalError());