From 1c0714f9b869056153f148ceea03991d04466373 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Mon, 22 Mar 2021 14:34:24 +0000
Subject: [PATCH] STYLE: snappyHexMeshDict: indentation

---
 .../snappyHexMesh/airfoilWithLayers/system/snappyHexMeshDict   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tutorials/mesh/snappyHexMesh/airfoilWithLayers/system/snappyHexMeshDict b/tutorials/mesh/snappyHexMesh/airfoilWithLayers/system/snappyHexMeshDict
index 5f1a762e9c1..26a4f43e8dd 100644
--- a/tutorials/mesh/snappyHexMesh/airfoilWithLayers/system/snappyHexMeshDict
+++ b/tutorials/mesh/snappyHexMesh/airfoilWithLayers/system/snappyHexMeshDict
@@ -500,7 +500,7 @@ snapControls
         //minAreaRatio 0.3;
         //- Attract points only to the surface they originate from. Default
         //  false. This can improve snapping of intersecting surfaces.
-          strictRegionSnap true;
+        strictRegionSnap true;
 }
 
 // Settings for the layer addition.
@@ -558,7 +558,6 @@ addLayersControls
         aerofoil
         {
             nSurfaceLayers 20;
-
         }
     }
 
-- 
GitLab