From: Rene Gassmoeller <rene.gassmoeller@mailbox.org>
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=fb0ce9b1c24567ea464ce013f59e712ac4ffc606;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<dim> &          reference_position,
       const types::particle_index particle_index,
       const typename Triangulation<dim, spacedim>::active_cell_iterator &cell,
-      const ArrayView<const double>     &properties = {});
+      const ArrayView<const double> &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<dim> &          reference_position,
     const types::particle_index particle_index,
     const typename Triangulation<dim, spacedim>::active_cell_iterator &cell,
-    const ArrayView<const double>     &properties)
+    const ArrayView<const double> &properties)
   {
     Assert(triangulation != nullptr, ExcInternalError());
     Assert(cell.state() == IteratorState::valid, ExcInternalError());