From: Mae Markowski Date: Tue, 13 Aug 2019 16:27:12 +0000 (-0500) Subject: forgot to indent X-Git-Tag: v9.2.0-rc1~1223^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8542%2Fhead;p=dealii.git forgot to indent --- diff --git a/source/grid/grid_generator.cc b/source/grid/grid_generator.cc index f46a92766b..e1f20c2578 100644 --- a/source/grid/grid_generator.cc +++ b/source/grid/grid_generator.cc @@ -2916,8 +2916,8 @@ namespace GridGenerator top_right); // compute the vertex of the cut step, we will cut according to the // location of the cartesian coordinates of the cell centers - std::array h; - Point cut_step; + std::array h; + Point cut_step; for (unsigned int d = 0; d < dim; ++d) { // mesh spacing in each direction in cartesian coordinates