From e90522678e751a348a80ff9da782bf64fb504213 Mon Sep 17 00:00:00 2001
From: Mae Markowski <mm115@rice.edu>
Date: Tue, 13 Aug 2019 11:27:12 -0500
Subject: [PATCH] forgot to indent

---
 source/grid/grid_generator.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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<double,dim> h;
-    Point<dim>          cut_step;
+    std::array<double, dim> h;
+    Point<dim>              cut_step;
     for (unsigned int d = 0; d < dim; ++d)
       {
         // mesh spacing in each direction in cartesian coordinates
-- 
2.39.5