From: blaisb Date: Wed, 27 Nov 2019 12:26:01 +0000 (-0500) Subject: Fixed indentation X-Git-Tag: v9.2.0-rc1~834^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8da0dbb62903a8947a6e41d652897e982f31249d;p=dealii.git Fixed indentation --- diff --git a/include/deal.II/particles/data_out.h b/include/deal.II/particles/data_out.h index 3feba4c23c..c760c88e1a 100644 --- a/include/deal.II/particles/data_out.h +++ b/include/deal.II/particles/data_out.h @@ -16,6 +16,7 @@ #define dealii_particles_data_out_h #include + #include #include @@ -26,14 +27,14 @@ DEAL_II_NAMESPACE_OPEN namespace Particles { template - class ParticleHandler ; + class ParticleHandler; /** - * This class generates graphical output for the particles stored by a ParticleHandler object. - * From a particle handler, it generates patches which can then be used to - * write traditional output files. This class currently only supports witing - * the particle position and their ID and does not allow to write the - * properties attached to the particles + * This class generates graphical output for the particles stored by a + * ParticleHandler object. From a particle handler, it generates patches which + * can then be used to write traditional output files. This class currently + * only supports witing the particle position and their ID and does not allow + * to write the properties attached to the particles * * @ingroup Particle * @@ -50,7 +51,7 @@ namespace Particles /** * Destructor for the Particles::DataOut class. - */ + */ ~DataOut() = default; @@ -76,7 +77,8 @@ namespace Particles get_patches() const override; /** - * Virtual function through which the names of data sets are obtained from this class + * Virtual function through which the names of data sets are obtained from + * this class */ virtual std::vector get_dataset_names() const override;