diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
index 636bc4d576bf0d19671d61cd2debb7eb673e0776..11dfe59470cb20dab0dab0a264b49dc99de96131 100644
--- a/.gitlab/issue_templates/bug.md
+++ b/.gitlab/issue_templates/bug.md
@@ -3,7 +3,7 @@
 
   Before opening a new issue, make sure to search for keywords in the issues
   filtered by the "bug" label and check to see if it has already been reported
-  
+
   You can see how your report will be rendered on the platform by using the
   "preview" tab above
 -->
diff --git a/applications/solvers/DNS/dnsFoam/readTurbulenceProperties.H b/applications/solvers/DNS/dnsFoam/readTurbulenceProperties.H
index cb718fcd0b04aaa3adbe289963ce313093e37380..0d6b417d5ab7084596f490151e2fa393516703f0 100644
--- a/applications/solvers/DNS/dnsFoam/readTurbulenceProperties.H
+++ b/applications/solvers/DNS/dnsFoam/readTurbulenceProperties.H
@@ -19,4 +19,3 @@
 
     Kmesh K(mesh);
     UOprocess forceGen(K, runTime.deltaTValue(), turbulenceProperties);
-
diff --git a/applications/solvers/compressible/rhoPimpleAdiabaticFoam/EEqn.H b/applications/solvers/compressible/rhoPimpleAdiabaticFoam/EEqn.H
index a6a7aaffc1fbd6b450f2f929022fbf9456c635e2..ff30316fd4c8ed59705b46cda72fb8d90d969ff7 100644
--- a/applications/solvers/compressible/rhoPimpleAdiabaticFoam/EEqn.H
+++ b/applications/solvers/compressible/rhoPimpleAdiabaticFoam/EEqn.H
@@ -47,4 +47,3 @@
 
     rho.writeMinMax(Info);
 }
-
diff --git a/applications/solvers/finiteArea/sphereSurfactantFoam/createFaFields.H b/applications/solvers/finiteArea/sphereSurfactantFoam/createFaFields.H
index 76ad60e90cdf1e1a656191ca358959b0b24263ab..8ba4602445505c73bed8b519b6f378079db0acb2 100644
--- a/applications/solvers/finiteArea/sphereSurfactantFoam/createFaFields.H
+++ b/applications/solvers/finiteArea/sphereSurfactantFoam/createFaFields.H
@@ -63,4 +63,3 @@ edgeScalarField phis
     ),
     linearEdgeInterpolate(Us) & aMesh.Le()
 );
-
diff --git a/applications/solvers/finiteArea/surfactantFoam/createFaFields.H b/applications/solvers/finiteArea/surfactantFoam/createFaFields.H
index 2ad74fa266fb128b3fe28d9b14dfb526d78dc065..cb90fd6c638aacb216e574e2c4b8a3b4e7259489 100644
--- a/applications/solvers/finiteArea/surfactantFoam/createFaFields.H
+++ b/applications/solvers/finiteArea/surfactantFoam/createFaFields.H
@@ -57,4 +57,3 @@ edgeScalarField phis
     ),
     linearEdgeInterpolate(Us) & aMesh.Le()
 );
-
diff --git a/applications/solvers/heatTransfer/buoyantPimpleFoam/overBuoyantPimpleDyMFoam/pEqn.H b/applications/solvers/heatTransfer/buoyantPimpleFoam/overBuoyantPimpleDyMFoam/pEqn.H
index 854b4418d89a70e7a43b20d005d394c466369f02..4234e181f6c72e04b00ff305076e35f2e1338b88 100644
--- a/applications/solvers/heatTransfer/buoyantPimpleFoam/overBuoyantPimpleDyMFoam/pEqn.H
+++ b/applications/solvers/heatTransfer/buoyantPimpleFoam/overBuoyantPimpleDyMFoam/pEqn.H
@@ -1,4 +1,3 @@
-
 dimensionedScalar compressibility = fvc::domainIntegrate(psi);
 bool compressible = (compressibility.value() > SMALL);
 
diff --git a/applications/solvers/heatTransfer/buoyantPimpleFoam/pEqn.H b/applications/solvers/heatTransfer/buoyantPimpleFoam/pEqn.H
index c36e096dbd5c9c346bbd6f675316f447bc3bd4e5..886f9c6a5f5600fa1da1d3985f0cb5ce28087ebd 100644
--- a/applications/solvers/heatTransfer/buoyantPimpleFoam/pEqn.H
+++ b/applications/solvers/heatTransfer/buoyantPimpleFoam/pEqn.H
@@ -1,4 +1,3 @@
-
 dimensionedScalar compressibility = fvc::domainIntegrate(psi);
 bool compressible = (compressibility.value() > SMALL);
 
diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionSimpleFoam/Make/files b/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionSimpleFoam/Make/files
index d604fafb22a9f1286e1a033a53c70af0aa7981b2..e752d486bf3eb32613dd7ea188cfc0e4024159cd 100644
--- a/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionSimpleFoam/Make/files
+++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionSimpleFoam/Make/files
@@ -1,4 +1,3 @@
 chtMultiRegionSimpleFoam.C
 
 EXE = $(FOAM_APPBIN)/chtMultiRegionSimpleFoam
-
diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/Make/options b/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/Make/options
index 7ecfb0fa3ed52dcbb22eaf8e91d839935e53a322..aa83fdb2bbd04399b2ff17c23c310ee6f8845724 100644
--- a/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/Make/options
+++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/Make/options
@@ -38,4 +38,3 @@ EXE_LIBS = \
     -lsampling \
     -lreactingTwoPhaseSystem \
     -lreactingPhaseSystem
-
diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/fluid/compressibleMultiRegionCourantNo.H b/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/fluid/compressibleMultiRegionCourantNo.H
index 3e363440e8f17f108ffa74afda8c61a3a987213b..290bb596cf41103a7d20fe71d0a3aa9bfb2bfaf0 100644
--- a/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/fluid/compressibleMultiRegionCourantNo.H
+++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/fluid/compressibleMultiRegionCourantNo.H
@@ -48,4 +48,3 @@
     }
 
     Info<< "Courant Number max: " << CoNum << endl;
-
diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/setRegionFluidFields.H b/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/setRegionFluidFields.H
index 50935d3490e5f8691587eb58aafb09fe6eea741a..d7710d085d79fd18c79ba7cb14713894d379abb9 100644
--- a/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/setRegionFluidFields.H
+++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/setRegionFluidFields.H
@@ -65,4 +65,3 @@
     const dimensionedScalar rhoMin = rhoMinFluid[i];
 
     const pressureControl& pressureControl = pressureControls[i];
-
diff --git a/applications/solvers/incompressible/pimpleFoam/overPimpleDyMFoam/createFields.H b/applications/solvers/incompressible/pimpleFoam/overPimpleDyMFoam/createFields.H
index f70ef1a4722eeec293e6b716b7d6f20ab0eb65f3..eec6d4e5e6956e25884696aa724f5ade6d282110 100644
--- a/applications/solvers/incompressible/pimpleFoam/overPimpleDyMFoam/createFields.H
+++ b/applications/solvers/incompressible/pimpleFoam/overPimpleDyMFoam/createFields.H
@@ -77,4 +77,3 @@ surfaceScalarField phiHbyA
     ),
     fvc::flux(U)
 );
-
diff --git a/applications/solvers/incompressible/simpleFoam/overSimpleFoam/createFields.H b/applications/solvers/incompressible/simpleFoam/overSimpleFoam/createFields.H
index c8083c49488f96fdc06e4af54002cdbb700be266..86789ed65bf8c758c919898f52fa0d94f6dbd0a5 100644
--- a/applications/solvers/incompressible/simpleFoam/overSimpleFoam/createFields.H
+++ b/applications/solvers/incompressible/simpleFoam/overSimpleFoam/createFields.H
@@ -43,4 +43,3 @@ autoPtr<incompressible::turbulenceModel> turbulence
 );
 
 #include "createMRF.H"
-
diff --git a/applications/solvers/incompressible/simpleFoam/porousSimpleFoam/createPorousZones.H b/applications/solvers/incompressible/simpleFoam/porousSimpleFoam/createPorousZones.H
index 4d558e2d6fe3f76733322c8635fd6d4c8b9c83b3..983906074aa69f21dcf5a16c5f4ce8622909ba34 100644
--- a/applications/solvers/incompressible/simpleFoam/porousSimpleFoam/createPorousZones.H
+++ b/applications/solvers/incompressible/simpleFoam/porousSimpleFoam/createPorousZones.H
@@ -1,2 +1 @@
     IOporosityModelList pZones(mesh);
-
diff --git a/applications/solvers/lagrangian/reactingParcelFoam/createMeshesPostProcess.H b/applications/solvers/lagrangian/reactingParcelFoam/createMeshesPostProcess.H
index a69a6f87ce3aa698c019821fcae17d71478abf48..8368e4cc9d39840118f9807abb0be417d058e350 100644
--- a/applications/solvers/lagrangian/reactingParcelFoam/createMeshesPostProcess.H
+++ b/applications/solvers/lagrangian/reactingParcelFoam/createMeshesPostProcess.H
@@ -25,4 +25,3 @@ fvMesh filmMesh
         IOobject::MUST_READ
     )
 );
-
diff --git a/applications/solvers/lagrangian/reactingParcelFoam/createRegionControls.H b/applications/solvers/lagrangian/reactingParcelFoam/createRegionControls.H
index 6fe7a52edf5be0aaa6d2194e7fbe6c865d7222f3..64f5edc93ea9d0e826e799423b9d319e8e3afb81 100644
--- a/applications/solvers/lagrangian/reactingParcelFoam/createRegionControls.H
+++ b/applications/solvers/lagrangian/reactingParcelFoam/createRegionControls.H
@@ -2,4 +2,3 @@ bool solvePrimaryRegion
 (
     pimple.dict().getOrDefault("solvePrimaryRegion", true)
 );
-
diff --git a/applications/solvers/multiphase/MPPICInterFoam/alphaEqnSubCycle.H b/applications/solvers/multiphase/MPPICInterFoam/alphaEqnSubCycle.H
index 740e314f96a0b1adf3a1b187deda30d6a52ea4f1..16269f7c4c9fe07f972266bc58028cc79c020fc4 100644
--- a/applications/solvers/multiphase/MPPICInterFoam/alphaEqnSubCycle.H
+++ b/applications/solvers/multiphase/MPPICInterFoam/alphaEqnSubCycle.H
@@ -40,4 +40,3 @@ else
 
 rho == alpha1*rho1 + alpha2*rho2;
 mu = mixture.mu();
-
diff --git a/applications/test/PackedList/Make/options b/applications/test/PackedList/Make/options
index 42da6e3418f64171b60f83c5767d23ecbcd81fb6..971e4950d93f72f25fe4c1856321e4cf13277417 100644
--- a/applications/test/PackedList/Make/options
+++ b/applications/test/PackedList/Make/options
@@ -4,4 +4,3 @@
 
 EXE_INC = \
     -DFULLDEBUG -g -O0
-
diff --git a/applications/test/mapDistributePolyMesh/Make/files b/applications/test/mapDistributePolyMesh/Make/files
index eb304044bffb5434b9a322c49b803f4ab42ae0a3..9f410bcc5405b1d0353446fcd57f81e6d3c469d2 100644
--- a/applications/test/mapDistributePolyMesh/Make/files
+++ b/applications/test/mapDistributePolyMesh/Make/files
@@ -1,3 +1,3 @@
 Test-mapDistributePolyMesh.C
-EXE = $(FOAM_USER_APPBIN)/Test-mapDistributePolyMesh
 
+EXE = $(FOAM_USER_APPBIN)/Test-mapDistributePolyMesh
diff --git a/applications/test/matrices/EigenMatrix/Test-EigenMatrix.C b/applications/test/matrices/EigenMatrix/Test-EigenMatrix.C
index bae8bc7630880f1634a2bb508d9b2fd9654fae19..d7e891e5c09f0b42459e4d93c3a6a6a43c45b38b 100644
--- a/applications/test/matrices/EigenMatrix/Test-EigenMatrix.C
+++ b/applications/test/matrices/EigenMatrix/Test-EigenMatrix.C
@@ -401,7 +401,7 @@ int main()
         // Separation of close eigenvalues of a real symmetric matrix.
         // Jour. Research of the National Bureau of Standards, 47(4), 291-297.
         // DOI:10.6028/jres.047.037
-        // 
+        //
         // 8x8 symmetric square matrix consisting of close real eigenvalues
         // ibid, p. 294
         // {
@@ -505,7 +505,7 @@ int main()
         for (label i = 0; i < numberOfTests; ++i)
         {
             const label mRows = rndGen.position(100, 200);
- 
+
             for (const auto& eps : epsilons)
             {
                 const SquareMatrix<doubleScalar> A(mRows, eps);
diff --git a/applications/utilities/mesh/advanced/combinePatchFaces/Make/files b/applications/utilities/mesh/advanced/combinePatchFaces/Make/files
index 3b48fca69d69b786171e84c491b1827987c9077d..32111657f5d21bbbb541640446e5d120709b107e 100644
--- a/applications/utilities/mesh/advanced/combinePatchFaces/Make/files
+++ b/applications/utilities/mesh/advanced/combinePatchFaces/Make/files
@@ -1,4 +1,3 @@
 combinePatchFaces.C
 
 EXE = $(FOAM_APPBIN)/combinePatchFaces
-
diff --git a/applications/utilities/mesh/advanced/refineHexMesh/Make/files b/applications/utilities/mesh/advanced/refineHexMesh/Make/files
index 824d6b0cd0334fe7688cf5fdaee6bba352c94ed1..a45f9c61f5b0b1d203fdf794566f5c751bd8b492 100644
--- a/applications/utilities/mesh/advanced/refineHexMesh/Make/files
+++ b/applications/utilities/mesh/advanced/refineHexMesh/Make/files
@@ -1,3 +1,3 @@
 refineHexMesh.C
-EXE = $(FOAM_APPBIN)/refineHexMesh
 
+EXE = $(FOAM_APPBIN)/refineHexMesh
diff --git a/applications/utilities/mesh/advanced/refineWallLayer/Make/files b/applications/utilities/mesh/advanced/refineWallLayer/Make/files
index 2e62a630b084fa41290034b27804a35fd5fd0994..549221898835e6d5fb2bfd9496e4e323ca6a17b1 100644
--- a/applications/utilities/mesh/advanced/refineWallLayer/Make/files
+++ b/applications/utilities/mesh/advanced/refineWallLayer/Make/files
@@ -1,4 +1,3 @@
 refineWallLayer.C
 
 EXE = $(FOAM_APPBIN)/refineWallLayer
-
diff --git a/applications/utilities/mesh/advanced/refinementLevel/Make/files b/applications/utilities/mesh/advanced/refinementLevel/Make/files
index 3e4feab3c8a3eb9fea00cb30af39f62d8ad5f3b5..8378dc894d38fcb2e657932e397806ca3afa8745 100644
--- a/applications/utilities/mesh/advanced/refinementLevel/Make/files
+++ b/applications/utilities/mesh/advanced/refinementLevel/Make/files
@@ -1,4 +1,3 @@
 refinementLevel.C
 
 EXE = $(FOAM_APPBIN)/refinementLevel
-
diff --git a/applications/utilities/mesh/advanced/removeFaces/Make/files b/applications/utilities/mesh/advanced/removeFaces/Make/files
index de75fd5a9936ec59590d02d4ed8932892a5a94aa..aa12ed0cf4ef153b316900d8146169ba989713d4 100644
--- a/applications/utilities/mesh/advanced/removeFaces/Make/files
+++ b/applications/utilities/mesh/advanced/removeFaces/Make/files
@@ -1,4 +1,3 @@
 removeFaces.C
 
 EXE = $(FOAM_APPBIN)/removeFaces
-
diff --git a/applications/utilities/mesh/advanced/selectCells/Make/files b/applications/utilities/mesh/advanced/selectCells/Make/files
index e2aeeea1245dce4e7ef17d41f749ee2f608f29ce..7b641ae8768ae1f67f50125bd1b1a866a67b2b03 100644
--- a/applications/utilities/mesh/advanced/selectCells/Make/files
+++ b/applications/utilities/mesh/advanced/selectCells/Make/files
@@ -2,4 +2,3 @@ edgeStats.C
 selectCells.C
 
 EXE = $(FOAM_APPBIN)/selectCells
-
diff --git a/applications/utilities/mesh/advanced/snappyRefineMesh/Make/files b/applications/utilities/mesh/advanced/snappyRefineMesh/Make/files
index 2d0b43d34296d33cd5347f0d022779a5e9eb4664..263081f4146d060ac50ccc276087b2b922acdc20 100644
--- a/applications/utilities/mesh/advanced/snappyRefineMesh/Make/files
+++ b/applications/utilities/mesh/advanced/snappyRefineMesh/Make/files
@@ -1,4 +1,3 @@
 snappyRefineMesh.C
 
 EXE = $(FOAM_APPBIN)/snappyRefineMesh
-
diff --git a/applications/utilities/mesh/advanced/splitCells/Make/files b/applications/utilities/mesh/advanced/splitCells/Make/files
index 32217036366b49d0f0ea2ad498ba42d31cd6666b..9da07a6c257865e4d11bf43d71552b41aab6bfd7 100644
--- a/applications/utilities/mesh/advanced/splitCells/Make/files
+++ b/applications/utilities/mesh/advanced/splitCells/Make/files
@@ -1,4 +1,3 @@
 splitCells.C
 
 EXE = $(FOAM_APPBIN)/splitCells
-
diff --git a/applications/utilities/mesh/conversion/gmshToFoam/Make/files b/applications/utilities/mesh/conversion/gmshToFoam/Make/files
index 1bd4bea857da232be239bdb541c032a8d01c6436..a9dede290c509f67e6cbd4dd720cc7647e2dfe51 100644
--- a/applications/utilities/mesh/conversion/gmshToFoam/Make/files
+++ b/applications/utilities/mesh/conversion/gmshToFoam/Make/files
@@ -1,4 +1,3 @@
-
 gmshToFoam.C
 
 EXE = $(FOAM_APPBIN)/gmshToFoam
diff --git a/applications/utilities/mesh/conversion/mshToFoam/Make/files b/applications/utilities/mesh/conversion/mshToFoam/Make/files
index 62031fd0ea41d37a0c7b120f9885b32a06c874c7..c6f0dc0874705a63d9dcbf76be56fbf4a7214d47 100644
--- a/applications/utilities/mesh/conversion/mshToFoam/Make/files
+++ b/applications/utilities/mesh/conversion/mshToFoam/Make/files
@@ -1,4 +1,3 @@
-
 mshToFoam.C
 
 EXE = $(FOAM_APPBIN)/mshToFoam
diff --git a/applications/utilities/mesh/conversion/netgenNeutralToFoam/Make/files b/applications/utilities/mesh/conversion/netgenNeutralToFoam/Make/files
index 4b8719f2b299b7c95cc68b6a6a8c6ff6275a5e05..f074fe46cbafe0c2e5b0695f62d3235be0a3d04b 100644
--- a/applications/utilities/mesh/conversion/netgenNeutralToFoam/Make/files
+++ b/applications/utilities/mesh/conversion/netgenNeutralToFoam/Make/files
@@ -1,4 +1,3 @@
-
 netgenNeutralToFoam.C
 
 EXE = $(FOAM_APPBIN)/netgenNeutralToFoam
diff --git a/applications/utilities/mesh/conversion/tetgenToFoam/Make/files b/applications/utilities/mesh/conversion/tetgenToFoam/Make/files
index 3bf75073c2f60c2bb62ce42b172a9bad33dfa796..0af1246f50ae2f90a4b6600b15c3093252324762 100644
--- a/applications/utilities/mesh/conversion/tetgenToFoam/Make/files
+++ b/applications/utilities/mesh/conversion/tetgenToFoam/Make/files
@@ -1,4 +1,3 @@
-
 tetgenToFoam.C
 
 EXE = $(FOAM_APPBIN)/tetgenToFoam
diff --git a/applications/utilities/mesh/conversion/vtkUnstructuredToFoam/Make/files b/applications/utilities/mesh/conversion/vtkUnstructuredToFoam/Make/files
index d0a361873c6a8a0dbb8174a754d3bcd757901054..ed10f0059ba601d4ca99f2e9be37216c2675dba2 100644
--- a/applications/utilities/mesh/conversion/vtkUnstructuredToFoam/Make/files
+++ b/applications/utilities/mesh/conversion/vtkUnstructuredToFoam/Make/files
@@ -1,4 +1,3 @@
-
 vtkUnstructuredToFoam.C
 
 EXE = $(FOAM_APPBIN)/vtkUnstructuredToFoam
diff --git a/applications/utilities/mesh/doc/meshUtilitiesDoc.H b/applications/utilities/mesh/doc/meshUtilitiesDoc.H
index 6cf2fb4a5d0b808cac427c372440c8cf611370c1..0cf697e38bf965147d729cfeef39fa9fe3c200f1 100644
--- a/applications/utilities/mesh/doc/meshUtilitiesDoc.H
+++ b/applications/utilities/mesh/doc/meshUtilitiesDoc.H
@@ -50,4 +50,3 @@ License
 @}
 
 \*---------------------------------------------------------------------------*/
-
diff --git a/applications/utilities/mesh/manipulation/insideCells/Make/files b/applications/utilities/mesh/manipulation/insideCells/Make/files
index be06ea60fa77f95fa57c7fb54e7ecb7e786da184..9822a4f82457c24e8df87de06bd926a53c7dce9b 100644
--- a/applications/utilities/mesh/manipulation/insideCells/Make/files
+++ b/applications/utilities/mesh/manipulation/insideCells/Make/files
@@ -1,4 +1,3 @@
 insideCells.C
 
 EXE = $(FOAM_APPBIN)/insideCells
-
diff --git a/applications/utilities/mesh/manipulation/mergeMeshes/Make/files b/applications/utilities/mesh/manipulation/mergeMeshes/Make/files
index 06d7fa67df15fd21cba9a1d0f52b6a2bab0f8761..b0c7393910576aee71a7076fcc026d6601ad68ff 100644
--- a/applications/utilities/mesh/manipulation/mergeMeshes/Make/files
+++ b/applications/utilities/mesh/manipulation/mergeMeshes/Make/files
@@ -2,4 +2,3 @@ mergePolyMesh.C
 mergeMeshes.C
 
 EXE = $(FOAM_APPBIN)/mergeMeshes
-
diff --git a/applications/utilities/mesh/manipulation/refineMesh/Make/files b/applications/utilities/mesh/manipulation/refineMesh/Make/files
index a191fd0950ca05cd006b061ac72d0a3835873014..f4bb40b56605c22e5060530542bccb25f9c228ce 100644
--- a/applications/utilities/mesh/manipulation/refineMesh/Make/files
+++ b/applications/utilities/mesh/manipulation/refineMesh/Make/files
@@ -1,4 +1,3 @@
 refineMesh.C
 
 EXE = $(FOAM_APPBIN)/refineMesh
-
diff --git a/applications/utilities/mesh/manipulation/setsToZones/Make/files b/applications/utilities/mesh/manipulation/setsToZones/Make/files
index ef02626842a638e24b89f7fe95789e1c45c0df08..a39e15208f8cf6bb931e88ddb6d3be813b2decfc 100644
--- a/applications/utilities/mesh/manipulation/setsToZones/Make/files
+++ b/applications/utilities/mesh/manipulation/setsToZones/Make/files
@@ -1,4 +1,3 @@
 setsToZones.C
 
 EXE = $(FOAM_APPBIN)/setsToZones
-
diff --git a/applications/utilities/mesh/manipulation/subsetMesh/Make/files b/applications/utilities/mesh/manipulation/subsetMesh/Make/files
index 79552b3264a5605584d7474474d4c855fa0d56cb..b049919442b54cd1652446de61daa80a951f95e9 100644
--- a/applications/utilities/mesh/manipulation/subsetMesh/Make/files
+++ b/applications/utilities/mesh/manipulation/subsetMesh/Make/files
@@ -1,4 +1,3 @@
 subsetMesh.C
 
 EXE = $(FOAM_APPBIN)/subsetMesh
-
diff --git a/applications/utilities/mesh/manipulation/topoSet/Make/files b/applications/utilities/mesh/manipulation/topoSet/Make/files
index 872e324100813e3e52039f754344bf61b9e6a691..8bca210e1ccc637a908de078f27cd583fa8143cb 100644
--- a/applications/utilities/mesh/manipulation/topoSet/Make/files
+++ b/applications/utilities/mesh/manipulation/topoSet/Make/files
@@ -1,4 +1,3 @@
 topoSet.C
 
 EXE = $(FOAM_APPBIN)/topoSet
-
diff --git a/applications/utilities/postProcessing/dataConversion/foamToTetDualMesh/Make/files b/applications/utilities/postProcessing/dataConversion/foamToTetDualMesh/Make/files
index 252791974b57c62645efb72f598877baa11d8838..3761fc2963e4666e783290e30f6069ae203b1379 100644
--- a/applications/utilities/postProcessing/dataConversion/foamToTetDualMesh/Make/files
+++ b/applications/utilities/postProcessing/dataConversion/foamToTetDualMesh/Make/files
@@ -1,4 +1,3 @@
-
 foamToTetDualMesh.C
 
 EXE = $(FOAM_APPBIN)/foamToTetDualMesh
diff --git a/applications/utilities/preProcessing/createBoxTurb/createFields.H b/applications/utilities/preProcessing/createBoxTurb/createFields.H
index a0f6c4ca0fa038ceb5ddb5b2e7fa949d1dabb037..124d6ed8e54671941545a2816f5e44f2cf10b976 100644
--- a/applications/utilities/preProcessing/createBoxTurb/createFields.H
+++ b/applications/utilities/preProcessing/createBoxTurb/createFields.H
@@ -30,4 +30,3 @@ const vector delta
 );
 
 Random rndGen(1234);
-
diff --git a/applications/utilities/surface/README b/applications/utilities/surface/README
index f7e8342ca54b9a22fad244c0bdf98b4b2f2928aa..193fca8bb319ad4472de768290f7f0199adff6b0 100644
--- a/applications/utilities/surface/README
+++ b/applications/utilities/surface/README
@@ -44,4 +44,3 @@ surfaceToPatch
 
 surfaceMeshConvert
 - Similar to surfaceConvert, but uses surfMesh library
-
diff --git a/applications/utilities/surface/surfaceSplitByTopology/Make/files b/applications/utilities/surface/surfaceSplitByTopology/Make/files
index c4553d9514e932c5f6afc4a0d73e132a7497920e..2f630ad473e00ef8198419cfe0f8859fb2b3621d 100644
--- a/applications/utilities/surface/surfaceSplitByTopology/Make/files
+++ b/applications/utilities/surface/surfaceSplitByTopology/Make/files
@@ -1,4 +1,3 @@
-
 surfaceSplitByTopology.C
 
 EXE = $(FOAM_APPBIN)/surfaceSplitByTopology
diff --git a/applications/utilities/thermophysical/chemkinToFoam/Make/files b/applications/utilities/thermophysical/chemkinToFoam/Make/files
index bfa4ab6f4b0b03de3fac067cbc9adf10b3c27cb7..3855fdeda124011b0b200b247ecd059150f780d1 100644
--- a/applications/utilities/thermophysical/chemkinToFoam/Make/files
+++ b/applications/utilities/thermophysical/chemkinToFoam/Make/files
@@ -1,4 +1,3 @@
-
 chemkinToFoam.C
 
 EXE = $(FOAM_APPBIN)/chemkinToFoam
diff --git a/src/OpenFOAM/matrices/EigenMatrix/EigenMatrix.H b/src/OpenFOAM/matrices/EigenMatrix/EigenMatrix.H
index 9a40843d4ed8a4abd407c8195c54d6cfb7318743..619f88a5fed10fce0bc7a6ca6d7fb985cd1a2e7f 100644
--- a/src/OpenFOAM/matrices/EigenMatrix/EigenMatrix.H
+++ b/src/OpenFOAM/matrices/EigenMatrix/EigenMatrix.H
@@ -35,7 +35,7 @@ Description
     a diagonalisable nonsymmetric real square matrix into its canonical form,
     whereby the matrix is represented in terms of its eigenvalues and
     eigenvectors.
-    
+
     The eigenvalue equation (i.e. eigenvalue problem) is:
 
     \f[
diff --git a/src/OpenFOAM/primitives/random/Random/Rand48.H b/src/OpenFOAM/primitives/random/Random/Rand48.H
index 3069bd02285f9ab025cc72af167f2947202c9e23..3b016765ab8376cc89dd7f812c379aed0f0d5679 100644
--- a/src/OpenFOAM/primitives/random/Random/Rand48.H
+++ b/src/OpenFOAM/primitives/random/Random/Rand48.H
@@ -145,4 +145,3 @@ public:
 #endif
 
 // ************************************************************************* //
-
diff --git a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/outletMachNumberPressure/outletMachNumberPressureFvPatchScalarField.C b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/outletMachNumberPressure/outletMachNumberPressureFvPatchScalarField.C
index e03844a41e9e01cf842ab048fa9246cee8322522..ff96ab6487b983204ad4841e15999dbb5d1a510c 100644
--- a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/outletMachNumberPressure/outletMachNumberPressureFvPatchScalarField.C
+++ b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/outletMachNumberPressure/outletMachNumberPressureFvPatchScalarField.C
@@ -274,4 +274,3 @@ namespace Foam
 }
 
 // ************************************************************************* //
-
diff --git a/src/conversion/common/tables/README b/src/conversion/common/tables/README
index 0c81bbc10acbf74de58e67550acf763169856e9a..0b8ecc7f42a6ce84668703c9a9077bd0c114db0b 100644
--- a/src/conversion/common/tables/README
+++ b/src/conversion/common/tables/README
@@ -23,3 +23,4 @@ Here is a sample dictionary entry:
     SpinId          <int>;      // optional
 }
 
+# ---------------------------------------------------------------------------
diff --git a/src/fileFormats/fire/README b/src/fileFormats/fire/README
index 1cf217d220506c415045a070a582653de5786cc8..3e0847cc95b02260d8fb877989e65c4d63991b09 100644
--- a/src/fileFormats/fire/README
+++ b/src/fileFormats/fire/README
@@ -122,3 +122,4 @@ id0 .. indN-1
     +  Prism(FOAM)  |  0 1 4 3 2    |
     +---------------+---------------+
 
+# ---------------------------------------------------------------------------
diff --git a/src/finiteArea/include/createFaMesh.H b/src/finiteArea/include/createFaMesh.H
index 303a3ee1706f5d5317bf6bd4a19e2faa951c8c5c..3f810847185248a160870de0f43b82b9c042c42e 100644
--- a/src/finiteArea/include/createFaMesh.H
+++ b/src/finiteArea/include/createFaMesh.H
@@ -1,2 +1 @@
-
     faMesh aMesh(mesh);
diff --git a/src/finiteVolume/cfdTools/general/MRF/IOMRFZoneList.C b/src/finiteVolume/cfdTools/general/MRF/IOMRFZoneList.C
index 9ad763ef71f9229e76903b2c644f43931b2e6513..fbadce37d1f489066513c6638725a7cf284667a9 100644
--- a/src/finiteVolume/cfdTools/general/MRF/IOMRFZoneList.C
+++ b/src/finiteVolume/cfdTools/general/MRF/IOMRFZoneList.C
@@ -88,4 +88,3 @@ bool Foam::IOMRFZoneList::read()
 
 
 // ************************************************************************* //
-
diff --git a/src/finiteVolume/cfdTools/general/porosityModel/porosityModel/IOporosityModelList.C b/src/finiteVolume/cfdTools/general/porosityModel/porosityModel/IOporosityModelList.C
index 5d4cbb73521f141de33f44ffe1e0c4929dc31530..e0a962ac3510092cd0d089982f7fa56da2635ec0 100644
--- a/src/finiteVolume/cfdTools/general/porosityModel/porosityModel/IOporosityModelList.C
+++ b/src/finiteVolume/cfdTools/general/porosityModel/porosityModel/IOporosityModelList.C
@@ -87,4 +87,3 @@ bool Foam::IOporosityModelList::read()
 
 
 // ************************************************************************* //
-
diff --git a/src/functionObjects/forces/forceCoeffs/forceCoeffs.H b/src/functionObjects/forces/forceCoeffs/forceCoeffs.H
index b17fd8c7858dfb3ad3ab9776559d4ad52cbd1137..0b218f51ae3e9d61b4617074620931f931b22b05 100644
--- a/src/functionObjects/forces/forceCoeffs/forceCoeffs.H
+++ b/src/functionObjects/forces/forceCoeffs/forceCoeffs.H
@@ -302,4 +302,3 @@ public:
 #endif
 
 // ************************************************************************* //
-
diff --git a/src/functionObjects/utilities/timeInfo/timeInfo.H b/src/functionObjects/utilities/timeInfo/timeInfo.H
index ea542313890945c54224bafbba140f9844a86460..31804e57aec574c1e1034506cc2ed264fbe6dfd4 100644
--- a/src/functionObjects/utilities/timeInfo/timeInfo.H
+++ b/src/functionObjects/utilities/timeInfo/timeInfo.H
@@ -158,4 +158,3 @@ public:
 #endif
 
 // ************************************************************************* //
-
diff --git a/src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcelI.H b/src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcelI.H
index b8beb3ed16c5225015f5448c6dac5e62f11f9e98..01244daa8550df1d2d6c869c0fb3c23f16388434 100644
--- a/src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcelI.H
+++ b/src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcelI.H
@@ -192,7 +192,7 @@ Foam::ReactingParcel<ParcelType>::YSolid() const
 {
     return Y_;
 }
- 
+
 
 template<class ParcelType>
 inline Foam::scalar& Foam::ReactingParcel<ParcelType>::mass0()
diff --git a/src/mesh/snappyHexMesh/Make/files b/src/mesh/snappyHexMesh/Make/files
index 2b5f896ec4139094321a359d68f1ad59f99c2907..b4b1f697535ba82a5801c450b188bcc084420f53 100644
--- a/src/mesh/snappyHexMesh/Make/files
+++ b/src/mesh/snappyHexMesh/Make/files
@@ -34,4 +34,3 @@ externalDisplacementMeshMover/zeroFixedValue/zeroFixedValuePointPatchFields.C
 externalDisplacementMeshMover/fieldSmoother/fieldSmoother.C
 
 LIB = $(FOAM_LIBBIN)/libsnappyHexMesh
-
diff --git a/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/elasticityMotionSolver/elasticityMotionSolverI.H b/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/elasticityMotionSolver/elasticityMotionSolverI.H
index 8d825d5dbc7f3ed0e19c98e01cb1ad56c1ce8aa1..4c5b7cd920c0a1ad7e7b9bc5314b0b5072817893 100644
--- a/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/elasticityMotionSolver/elasticityMotionSolverI.H
+++ b/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/elasticityMotionSolver/elasticityMotionSolverI.H
@@ -56,4 +56,3 @@ Foam::elasticityMotionSolver::cellMotionU() const
 
 
 // ************************************************************************* //
-
diff --git a/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/laplacianMotionSolver/laplacianMotionSolverI.H b/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/laplacianMotionSolver/laplacianMotionSolverI.H
index 5a0672d7f813a4a5e319df593066fecc24efb0c4..e6513c2e4a2f94157b587c82668f4cb5d801bff0 100644
--- a/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/laplacianMotionSolver/laplacianMotionSolverI.H
+++ b/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/laplacianMotionSolver/laplacianMotionSolverI.H
@@ -56,5 +56,3 @@ Foam::laplacianMotionSolver::cellMotionU() const
 
 
 // ************************************************************************* //
-
-
diff --git a/src/optimisation/adjointOptimisation/adjoint/parameterization/NURBS/NURBS3DVolume/NURBS3DVolume/NURBS3DVolumeI.H b/src/optimisation/adjointOptimisation/adjoint/parameterization/NURBS/NURBS3DVolume/NURBS3DVolume/NURBS3DVolumeI.H
index a3c58650297802c99d426ad75d1965a2785fb9f0..205fda23901caaba2699a86830c1eaa252b56157 100644
--- a/src/optimisation/adjointOptimisation/adjoint/parameterization/NURBS/NURBS3DVolume/NURBS3DVolume/NURBS3DVolumeI.H
+++ b/src/optimisation/adjointOptimisation/adjoint/parameterization/NURBS/NURBS3DVolume/NURBS3DVolume/NURBS3DVolumeI.H
@@ -25,7 +25,6 @@ License
     You should have received a copy of the GNU General Public License
     along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
 
-
 \*---------------------------------------------------------------------------*/
 
 
@@ -93,4 +92,3 @@ const Foam::NURBSbasis& Foam::NURBS3DVolume::basisW() const
 
 
 // ************************************************************************* //
-
diff --git a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFModels/Zuber/Zuber.C b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFModels/Zuber/Zuber.C
index 75ad533c5e9c87cffe176cf4711c4b9789bccf95..833992e4b9e49b69363bebaa19e41cc29f966572 100644
--- a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFModels/Zuber/Zuber.C
+++ b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFModels/Zuber/Zuber.C
@@ -111,5 +111,3 @@ void Foam::wallBoilingModels::CHFModels::Zuber::write(Ostream& os) const
 
 
 // ************************************************************************* //
-
-
diff --git a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFSubCoolModels/HuaXu/HuaXu.C b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFSubCoolModels/HuaXu/HuaXu.C
index 1532026dd1c1ba6ee9b211a747042cee44b73ffd..983fbdd7cd292215add0b680b27b13b238c34e19 100644
--- a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFSubCoolModels/HuaXu/HuaXu.C
+++ b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFSubCoolModels/HuaXu/HuaXu.C
@@ -131,5 +131,3 @@ void Foam::wallBoilingModels::CHFModels::HuaXu::write
 
 
 // ************************************************************************* //
-
-
diff --git a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/MHFModels/Jeschar/Jeschar.C b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/MHFModels/Jeschar/Jeschar.C
index ae4141d6ee35ec29ffe0a86018396195a9025132..79bea89a42cf4a792ec233f6ef78acb195a1eb15 100644
--- a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/MHFModels/Jeschar/Jeschar.C
+++ b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/MHFModels/Jeschar/Jeschar.C
@@ -114,5 +114,3 @@ void Foam::wallBoilingModels::CHFModels::Jeschar::write
 
 
 // ************************************************************************* //
-
-
diff --git a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/TDNBModels/Schroeder/Schroeder.C b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/TDNBModels/Schroeder/Schroeder.C
index e6400f0218737824344a93e7f2670de7fc2b7cdb..0310435b5ba3f07f5c839510a3d5c6a5b928fa8d 100644
--- a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/TDNBModels/Schroeder/Schroeder.C
+++ b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/TDNBModels/Schroeder/Schroeder.C
@@ -107,5 +107,3 @@ void Foam::wallBoilingModels::TDNBModels::Schroeder::write
 }
 
 // ************************************************************************* //
-
-
diff --git a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/filmBoilingModels/Bromley/Bromley.C b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/filmBoilingModels/Bromley/Bromley.C
index a3af1733eadee385f29fd071c6a1e615f4cf9803..1600e3f0890baea61dfdb3cf5d252c7e2fe38cf2 100644
--- a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/filmBoilingModels/Bromley/Bromley.C
+++ b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/filmBoilingModels/Bromley/Bromley.C
@@ -137,5 +137,3 @@ void Foam::wallBoilingModels::filmBoilingModels::Bromley::write
 
 
 // ************************************************************************* //
-
-
diff --git a/src/thermophysicalModels/solidChemistryModel/Make/files b/src/thermophysicalModels/solidChemistryModel/Make/files
index fcef028611e5c17f7e5a6279599130a0d5fd76de..9c4fba47471a81043bfe540d648ff65fc17b4d07 100644
--- a/src/thermophysicalModels/solidChemistryModel/Make/files
+++ b/src/thermophysicalModels/solidChemistryModel/Make/files
@@ -1,4 +1,3 @@
-
 basicSolidChemistryModel/basicSolidChemistryModel.C
 basicSolidChemistryModel/basicSolidChemistryModelNew.C
 basicSolidChemistryModel/basicSolidChemistryModels.C
diff --git a/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/panelRegion/thermo.solid b/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/panelRegion/thermo.solid
index 2aaa520f7e4833baf8364d3b67088d29fe68c63a..f219c02a6ebb285043948661406523a7fce02d95 100644
--- a/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/panelRegion/thermo.solid
+++ b/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/panelRegion/thermo.solid
@@ -37,4 +37,3 @@ PMMA
 };
 
 // ************************************************************************* //
-
diff --git a/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/surfaceFilmProperties b/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/surfaceFilmProperties
index 7ee6de67c570dbdc2171fc47ff2e4076bc80c3ff..50ee6b8d531ddb9534319487ffbb08fc11c44475 100644
--- a/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/surfaceFilmProperties
+++ b/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/surfaceFilmProperties
@@ -21,3 +21,4 @@ surfaceFilmModel none;
 
 region           none;
 
+// ************************************************************************* //
diff --git a/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/thermo.compressibleGas b/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/thermo.compressibleGas
index 093edf31287c7f78935222d2867bfee9964323c1..8fb8761a01d8cdd28c22e63a717b066755e12d2f 100644
--- a/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/thermo.compressibleGas
+++ b/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/thermo.compressibleGas
@@ -183,3 +183,5 @@ CH2O
     }
 }
 
+
+// ************************************************************************* //
diff --git a/tutorials/combustion/fireFoam/LES/simplePMMApanel/system/makeFaceSet.setSet b/tutorials/combustion/fireFoam/LES/simplePMMApanel/system/makeFaceSet.setSet
index 61670b92bccbb33c9401ed7e0a6baf709190af02..280f6635d547f2f7bb5b4afd45e376500ab867ee 100644
--- a/tutorials/combustion/fireFoam/LES/simplePMMApanel/system/makeFaceSet.setSet
+++ b/tutorials/combustion/fireFoam/LES/simplePMMApanel/system/makeFaceSet.setSet
@@ -1,3 +1,2 @@
 faceSet coupledPatch new patchToFace coupledPatch
 faceZoneSet panel new setToFaceZone coupledPatch
-
diff --git a/tutorials/combustion/fireFoam/LES/smallPoolFire3D/constant/thermo.compressibleGas b/tutorials/combustion/fireFoam/LES/smallPoolFire3D/constant/thermo.compressibleGas
index c144db5fd43682e00707f163e2a0e929b548197e..7f937f26eec5df6bb7e9c67d807874eb2eb20e34 100644
--- a/tutorials/combustion/fireFoam/LES/smallPoolFire3D/constant/thermo.compressibleGas
+++ b/tutorials/combustion/fireFoam/LES/smallPoolFire3D/constant/thermo.compressibleGas
@@ -141,3 +141,5 @@ CO
     }
 }
 
+
+// ************************************************************************* //
diff --git a/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/boundaryT b/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/boundaryT
index d192a393faf261e114188e6981822613aee28f9a..9adc9909d3b8b943ea264176ab7befb7e0cc688c 100644
--- a/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/boundaryT
+++ b/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/boundaryT
@@ -39,4 +39,3 @@ boundaryField
 }
 
 // ************************************************************************* //
-
diff --git a/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/mdEquilibrationDict b/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/mdEquilibrationDict
index 51aea967f535bb5eff1973c15527426d2c4f3004..db9533e7a2d63dd064684c53adbbcbd123bc6fcb 100644
--- a/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/mdEquilibrationDict
+++ b/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/mdEquilibrationDict
@@ -17,4 +17,3 @@ FoamFile
 targetTemperature  300.0;
 
 // ************************************************************************* //
-
diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/0.orig/T b/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/0.orig/T
index dae501dcf3bc9ad790ef8b79335fbbea04d5af8d..3e65a4d7bfa9f4f9bf4e1b436879b6023f80578a 100644
--- a/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/0.orig/T
+++ b/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/0.orig/T
@@ -27,7 +27,6 @@ boundaryField
     }
     ceiling
     {
-        
         type               compressible::thermalBaffle;
 
         // Underlying coupled boundary condition
@@ -95,8 +94,6 @@ boundaryField
         {
             thickness           0.1;
         }
-
-    
     }
     inlet
     {
diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/system/changeDictionaryDict b/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/system/changeDictionaryDict
index fc69f53a16942ba352c72fd672bcc54e030bdeae..8ad14c775c25446a553f844365d7ea364a9d00f1 100644
--- a/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/system/changeDictionaryDict
+++ b/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/system/changeDictionaryDict
@@ -14,8 +14,6 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
-
     boundary
     {
         ceiling
@@ -25,12 +23,11 @@ FoamFile
             samplePatch     bottom;
             sampleRegion    baffle3DRegion;
             coupleGroup     ceiling_baffle;
-            
+
             offsetMode      uniform;
             offset          (0 0 0);
         }
     }
 
 
-
 // ************************************************************************* //
diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/g b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/g
index 1477a3aa8781e8b709273a787ab3feb334784b5b..b78f12ed79db7a857b06d2f03c148312713558e3 100644
--- a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/g
+++ b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/g
@@ -19,3 +19,4 @@ dimensions      [0 1 -2 0 0 0 0];
 
 value           (0 0 -9.81);
 
+// ************************************************************************* //
diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/thermophysicalProperties b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/thermophysicalProperties
index c14956e6af26b93d471c4fb28d3a8530d6d3cf9e..8c449f952d912cd145b9b7dd57cd784e31c3a02f 100644
--- a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/thermophysicalProperties
+++ b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/thermophysicalProperties
@@ -46,3 +46,4 @@ mixture
     }
 }
 
+// ************************************************************************* //
diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/snappyHexMeshDict b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/snappyHexMeshDict
index 5836ce61301ef00a41d3a5393c94d5b88fb0bc9c..192f9bf3f7852aeff1a39417d4091f46fabdd829 100644
--- a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/snappyHexMeshDict
+++ b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/snappyHexMeshDict
@@ -154,3 +154,5 @@ meshQualityControls
 
 mergeTolerance  1e-06;
 
+
+// ************************************************************************* //
diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/surfaceFeatureExtractDict b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/surfaceFeatureExtractDict
index 16971f519a43a58f870ae6513e8071a2b1b18b8d..686758fc691cc718ba36b2e57f41db9f5b24e8b0 100644
--- a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/surfaceFeatureExtractDict
+++ b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/surfaceFeatureExtractDict
@@ -25,3 +25,5 @@ simpleCar.stl
     }
 }
 
+
+// ************************************************************************* //
diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/README b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/README
index 5a81b9a5708b0346c6cdd4bd2f6835feb3700bc1..f75a0ab534f23b3b7db5a6e26a61ac36cca27b51 100644
--- a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/README
+++ b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/README
@@ -1,3 +1,2 @@
-fvSolution is used for outer correctors specification.
-fvSchemes is only so that pre-processing activities can proceed
-
+- fvSolution is used for outer correctors specification.
+- fvSchemes is only so that pre-processing activities can proceed
diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/README b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/README
index 5a81b9a5708b0346c6cdd4bd2f6835feb3700bc1..f75a0ab534f23b3b7db5a6e26a61ac36cca27b51 100644
--- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/README
+++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/README
@@ -1,3 +1,2 @@
-fvSolution is used for outer correctors specification.
-fvSchemes is only so that pre-processing activities can proceed
-
+- fvSolution is used for outer correctors specification.
+- fvSchemes is only so that pre-processing activities can proceed
diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/README b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/README
index 5a81b9a5708b0346c6cdd4bd2f6835feb3700bc1..f75a0ab534f23b3b7db5a6e26a61ac36cca27b51 100644
--- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/README
+++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/README
@@ -1,3 +1,2 @@
-fvSolution is used for outer correctors specification.
-fvSchemes is only so that pre-processing activities can proceed
-
+- fvSolution is used for outer correctors specification.
+- fvSchemes is only so that pre-processing activities can proceed
diff --git a/tutorials/incompressible/pimpleFoam/LES/surfaceMountedCube/fullCase/system/blockMeshDict b/tutorials/incompressible/pimpleFoam/LES/surfaceMountedCube/fullCase/system/blockMeshDict
index cbe9df7a972d948f261b25e86c5a368f073b3d11..336aa879d25ad94931d2d79f32a949ce5066e82b 100644
--- a/tutorials/incompressible/pimpleFoam/LES/surfaceMountedCube/fullCase/system/blockMeshDict
+++ b/tutorials/incompressible/pimpleFoam/LES/surfaceMountedCube/fullCase/system/blockMeshDict
@@ -238,3 +238,5 @@ mergePatchPairs
 (
 );
 
+
+// ************************************************************************* //
diff --git a/tutorials/incompressible/pimpleFoam/LES/vortexShed/Allrun b/tutorials/incompressible/pimpleFoam/LES/vortexShed/Allrun
index 37a5417ec4fa299b2eac3be8f3da9c986e19ca73..23ec07263d0d7e2e6ddc722348d1b4da3124bf80 100755
--- a/tutorials/incompressible/pimpleFoam/LES/vortexShed/Allrun
+++ b/tutorials/incompressible/pimpleFoam/LES/vortexShed/Allrun
@@ -22,4 +22,3 @@ then
 fi
 
 #------------------------------------------------------------------------------
-
diff --git a/tutorials/incompressible/pimpleFoam/RAS/rotatingFanInRoom/constant/turbulenceProperties b/tutorials/incompressible/pimpleFoam/RAS/rotatingFanInRoom/constant/turbulenceProperties
index 0c47fc2e73d412da27232e5e41c93c0d18f38188..3c938ed18136bc635b9c94ed270ebc719256bc44 100644
--- a/tutorials/incompressible/pimpleFoam/RAS/rotatingFanInRoom/constant/turbulenceProperties
+++ b/tutorials/incompressible/pimpleFoam/RAS/rotatingFanInRoom/constant/turbulenceProperties
@@ -25,4 +25,3 @@ RAS
 }
 
 // ************************************************************************* //
-
diff --git a/tutorials/incompressible/pimpleFoam/laminar/cylinder2D/system/blockMeshDict.coarse b/tutorials/incompressible/pimpleFoam/laminar/cylinder2D/system/blockMeshDict.coarse
index 794d0060d21c7a5b7c13970b50059fde11830ee3..d377b5da6eb7caaf825a809d7ce25d2d9b677442 100644
--- a/tutorials/incompressible/pimpleFoam/laminar/cylinder2D/system/blockMeshDict.coarse
+++ b/tutorials/incompressible/pimpleFoam/laminar/cylinder2D/system/blockMeshDict.coarse
@@ -71,4 +71,3 @@ mergePatchPairs
 );
 
 // ************************************************************************* //
-
diff --git a/tutorials/incompressible/pisoFoam/RAS/cavity/Allrun b/tutorials/incompressible/pisoFoam/RAS/cavity/Allrun
index 6e637628c30ec0f6ce319380abb223b8be2b4c6e..6b0d76fd161e401af21a6ac19b9277c499ebcd73 100755
--- a/tutorials/incompressible/pisoFoam/RAS/cavity/Allrun
+++ b/tutorials/incompressible/pisoFoam/RAS/cavity/Allrun
@@ -12,4 +12,3 @@ runApplication topoSet
 runApplication $(getApplication)
 
 #------------------------------------------------------------------------------
-
diff --git a/tutorials/incompressible/pisoFoam/RAS/cavity/system/topoSetDict b/tutorials/incompressible/pisoFoam/RAS/cavity/system/topoSetDict
index d32e96521020de3c3c40cb32da8b52714d320221..b13ede66dee333f25d7a680c62cb8e57c10b9290 100644
--- a/tutorials/incompressible/pisoFoam/RAS/cavity/system/topoSetDict
+++ b/tutorials/incompressible/pisoFoam/RAS/cavity/system/topoSetDict
@@ -689,4 +689,3 @@ actions
 
 
 // ************************************************************************* //
-
diff --git a/tutorials/incompressible/simpleFoam/airFoil2D/system/controlDict b/tutorials/incompressible/simpleFoam/airFoil2D/system/controlDict
index b6231376224d54c1778c64d4a85b3279feb6e347..e4cf385ab21b43b0306e36726112a8183d869106 100644
--- a/tutorials/incompressible/simpleFoam/airFoil2D/system/controlDict
+++ b/tutorials/incompressible/simpleFoam/airFoil2D/system/controlDict
@@ -54,7 +54,7 @@ functions
         executeControl  writeTime;
         writeControl    writeTime;
     }
-    
+
     contErr
     {
         type        div;
@@ -63,7 +63,7 @@ functions
         executeControl  writeTime;
         writeControl    writeTime;
     }
-    
+
 }
 
 
diff --git a/tutorials/incompressible/simpleFoam/backwardFacingStep2D/README b/tutorials/incompressible/simpleFoam/backwardFacingStep2D/README
index 590db6c5b57ecc86f4ed90db6d2d3bdc37499485..e41884632ff80bef7fe15c9d6e395f0980a8a28d 100644
--- a/tutorials/incompressible/simpleFoam/backwardFacingStep2D/README
+++ b/tutorials/incompressible/simpleFoam/backwardFacingStep2D/README
@@ -19,4 +19,3 @@ shear stress and velocity profiles at various cross-sections.
 For further information please visit:
 
     https://www.openfoam.com/documentation/guides/latest/doc/verification-validation-turbulent-backward-facing-step.html
-
diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/README b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/README
index 2d89236ab3cd6c1d1c24d3fb768529822bf04e96..7336b12409ba77a4809c7b477c4a4c8ca3245ac3 100644
--- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/README
+++ b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/README
@@ -14,4 +14,3 @@ against the data from Weighardt.
 For further information please visit:
 
     openfoam.com/documentation/cpp-guide/html/verification-validation-turbulent-flat-plate-zpg.html
-
diff --git a/tutorials/multiphase/compressibleInterIsoFoam/laminar/depthCharge3D/system/fvSchemes b/tutorials/multiphase/compressibleInterIsoFoam/laminar/depthCharge3D/system/fvSchemes
index 281915333f391617b199d9398a8670ee4dab9bd9..60587bab5bdbec6ff3d098ba45c93b7f1eabcfa0 100644
--- a/tutorials/multiphase/compressibleInterIsoFoam/laminar/depthCharge3D/system/fvSchemes
+++ b/tutorials/multiphase/compressibleInterIsoFoam/laminar/depthCharge3D/system/fvSchemes
@@ -31,7 +31,7 @@ divSchemes
     div(phirb,alpha) Gauss linear;
     div(phi,thermo:rho.water) Gauss upwind;
     div(phi,thermo:rho.air) Gauss upwind;
-    
+
     div(rhoPhi,U)  Gauss upwind;
     div(rhoPhi,T)  Gauss upwind;
     div(rhoPhi,K)  Gauss upwind;
diff --git a/tutorials/multiphase/interFoam/laminar/sloshingTank3D6DoF/constant/6DoF.dat b/tutorials/multiphase/interFoam/laminar/sloshingTank3D6DoF/constant/6DoF.dat
index 0257203792c2c401dbc741566f3a51c5ed5a0067..92483f305ca8f2fe8e09ac1e2ffdc6bd823bcf1d 100644
--- a/tutorials/multiphase/interFoam/laminar/sloshingTank3D6DoF/constant/6DoF.dat
+++ b/tutorials/multiphase/interFoam/laminar/sloshingTank3D6DoF/constant/6DoF.dat
@@ -1,4 +1,3 @@
-
 100
 (
 (0 ((0 0 0) (0 0 0)))
diff --git a/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSchemes
index 261ed87a7068da638060d5f1760e6d5f008992c1..450039fff60bf391e1241fc3824989e671567f6c 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSchemes
+++ b/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSchemes
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSolution
index d3bde17f68cf69213dab6878e0770931a0cc0fc4..3066d853b77bb77416880d8f9e67247588203980 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSolution
+++ b/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSolution
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSchemes
index 261ed87a7068da638060d5f1760e6d5f008992c1..450039fff60bf391e1241fc3824989e671567f6c 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSchemes
+++ b/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSchemes
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSolution
index e85112e0acabd910f5a334ea0008535800b0a75d..329dd4442bdc70dba55ccdc9bd0ff1c2f40fd0ff 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSolution
+++ b/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSolution
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSchemes
index 6169989246208c7cf0770f1073a563137b023a6f..29bd23c9e0fd5b0acf76991cbc57df35b8114337 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSchemes
+++ b/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSchemes
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSolution
index 0061e2881630da848fbc800c5e1c846f14546a24..a3d8c3d8b5d827f2bfdf08afaf860dddd487f488 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSolution
+++ b/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSolution
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSchemes
index 261ed87a7068da638060d5f1760e6d5f008992c1..450039fff60bf391e1241fc3824989e671567f6c 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSchemes
+++ b/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSchemes
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSolution
index d3bde17f68cf69213dab6878e0770931a0cc0fc4..3066d853b77bb77416880d8f9e67247588203980 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSolution
+++ b/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSolution
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSchemes
index 261ed87a7068da638060d5f1760e6d5f008992c1..450039fff60bf391e1241fc3824989e671567f6c 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSchemes
+++ b/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSchemes
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSolution
index d3bde17f68cf69213dab6878e0770931a0cc0fc4..3066d853b77bb77416880d8f9e67247588203980 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSolution
+++ b/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSolution
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSchemes
index 261ed87a7068da638060d5f1760e6d5f008992c1..450039fff60bf391e1241fc3824989e671567f6c 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSchemes
+++ b/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSchemes
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSolution
index d3bde17f68cf69213dab6878e0770931a0cc0fc4..3066d853b77bb77416880d8f9e67247588203980 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSolution
+++ b/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSolution
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSchemes
index 261ed87a7068da638060d5f1760e6d5f008992c1..450039fff60bf391e1241fc3824989e671567f6c 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSchemes
+++ b/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSchemes
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSolution
index d3bde17f68cf69213dab6878e0770931a0cc0fc4..3066d853b77bb77416880d8f9e67247588203980 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSolution
+++ b/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSolution
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSchemes
index 261ed87a7068da638060d5f1760e6d5f008992c1..450039fff60bf391e1241fc3824989e671567f6c 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSchemes
+++ b/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSchemes
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSolution
index d3bde17f68cf69213dab6878e0770931a0cc0fc4..3066d853b77bb77416880d8f9e67247588203980 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSolution
+++ b/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSolution
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSchemes
index 261ed87a7068da638060d5f1760e6d5f008992c1..450039fff60bf391e1241fc3824989e671567f6c 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSchemes
+++ b/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSchemes
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSolution
index d3bde17f68cf69213dab6878e0770931a0cc0fc4..3066d853b77bb77416880d8f9e67247588203980 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSolution
+++ b/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSolution
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSchemes
index 261ed87a7068da638060d5f1760e6d5f008992c1..450039fff60bf391e1241fc3824989e671567f6c 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSchemes
+++ b/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSchemes
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSolution
index d3bde17f68cf69213dab6878e0770931a0cc0fc4..3066d853b77bb77416880d8f9e67247588203980 100644
--- a/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSolution
+++ b/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSolution
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/blockMeshDict b/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/blockMeshDict
index d4fa14bd59371bc793029807895cfec2e9395db4..4f11e0bd3a0f94bbcb28d782d43f3803dd2f2e75 100644
--- a/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/blockMeshDict
+++ b/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/blockMeshDict
@@ -87,5 +87,3 @@ mergePatchPairs
 );
 
 // ************************************************************************* //
-
-
diff --git a/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/fvSchemes b/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/fvSchemes
index 77b4c733a18c72968dbd0bee19b592e4137c8bc5..9f72241bc716a28f01f3beb48ee6f98d68c4c366 100644
--- a/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/fvSchemes
+++ b/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/fvSchemes
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
@@ -51,4 +50,3 @@ snGradSchemes
 
 
 // ************************************************************************* //
-
diff --git a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/README b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/README
index 5a81b9a5708b0346c6cdd4bd2f6835feb3700bc1..2af35db73bc379fdee6693080cf24d9304377dbd 100644
--- a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/README
+++ b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/README
@@ -1,3 +1,3 @@
-fvSolution is used for outer correctors specification.
-fvSchemes is only so that pre-processing activities can proceed
-
+NOTE
+- fvSolution is used for outer correctors specification.
+- fvSchemes is only so that pre-processing activities can proceed
diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/g b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/g
index ab48a5a4f9097326e3ab4cd02bf62a3405e69625..03b2cf5114dab4fffdaf3f222b4094bd817cb7b4 100644
--- a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/g
+++ b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/g
@@ -18,6 +18,4 @@ FoamFile
 dimensions      [0 1 -2 0 0 0 0];
 value           (0 0 -9.81);
 
-
 // ************************************************************************* //
-
diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/turbulenceProperties.template b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/turbulenceProperties.template
index 8ba92869a0ebdc3f87d4732273ed080f945ad9c9..dbdc53c6c7bae39b76619bb0ac70bc10718f68c2 100644
--- a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/turbulenceProperties.template
+++ b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/turbulenceProperties.template
@@ -33,6 +33,4 @@ RAS
     }
 }
 
-
 // ************************************************************************* //
-
diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/system/controlDict b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/system/controlDict
index 21333def85bb52e9e4c1b9002751c3215a69c9de..a72374393c5426bce1acb2902939dfee00266550 100644
--- a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/system/controlDict
+++ b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/system/controlDict
@@ -53,6 +53,4 @@ functions
     #includeFunc "samples"
 }
 
-
 // ************************************************************************* //
-
diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/constant/transportProperties b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/constant/transportProperties
index 98960981d70f6c7bd4e804eac00bbdf91987bde7..00f14d38e9e25977c7063e6d3a1d3a1aadf75a27 100644
--- a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/constant/transportProperties
+++ b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/constant/transportProperties
@@ -1,4 +1,3 @@
-
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/system/samples b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/system/samples
index feda4e7565d86daca8bc547024ba0c8506817c68..d4af390008535f481463712bd2680bfcd2d7a84c 100644
--- a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/system/samples
+++ b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/system/samples
@@ -156,4 +156,3 @@ sets
 
 
 // ************************************************************************* //
-
diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/g b/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/g
index ab48a5a4f9097326e3ab4cd02bf62a3405e69625..56554e9c340fb109c2b3204d419b57bf3a5089ca 100644
--- a/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/g
+++ b/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/g
@@ -20,4 +20,3 @@ value           (0 0 -9.81);
 
 
 // ************************************************************************* //
-
diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/turbulenceProperties.template b/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/turbulenceProperties.template
index 8ba92869a0ebdc3f87d4732273ed080f945ad9c9..d027d81886ed2bfcf16199ea9390a443b2e8e222 100644
--- a/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/turbulenceProperties.template
+++ b/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/turbulenceProperties.template
@@ -35,4 +35,3 @@ RAS
 
 
 // ************************************************************************* //
-
diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/system/setFieldsDict.template b/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/system/setFieldsDict.template
index 4b62f09c444395ab92d6a31772aa6571f80ec077..9159a299dbfaf54d0ba5f7c974b3312528b384fe 100644
--- a/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/system/setFieldsDict.template
+++ b/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/system/setFieldsDict.template
@@ -55,4 +55,3 @@ regions
 
 
 // ************************************************************************* //
-
diff --git a/tutorials/verificationAndValidation/interCondensatingEvaporatingFoam/stefanProblem/0.orig/p b/tutorials/verificationAndValidation/interCondensatingEvaporatingFoam/stefanProblem/0.orig/p
index 45ae2d3f91bc452426287ef48df9ef0f9737850b..7ed20822bc5cbe0c09be4d929b8bec795ddef72a 100644
--- a/tutorials/verificationAndValidation/interCondensatingEvaporatingFoam/stefanProblem/0.orig/p
+++ b/tutorials/verificationAndValidation/interCondensatingEvaporatingFoam/stefanProblem/0.orig/p
@@ -23,7 +23,7 @@ boundaryField
   ".*"
   {
       type            calculated;
-      value           uniform 1e5; 
+      value           $internalField;
   }
 
   frontAndBack
diff --git a/tutorials/verificationAndValidation/turbulentInflow/PCF/Allclean b/tutorials/verificationAndValidation/turbulentInflow/PCF/Allclean
index fb5cef01426796050440a1472308d8a0a56378fc..3d330958d1a0d6bd3f29fa188906c953ce8af3f1 100755
--- a/tutorials/verificationAndValidation/turbulentInflow/PCF/Allclean
+++ b/tutorials/verificationAndValidation/turbulentInflow/PCF/Allclean
@@ -12,4 +12,3 @@ rm -f *.png
 rm -f constant/{R*,points*,UMean*}
 
 #------------------------------------------------------------------------------
-
diff --git a/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun b/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun
index 4c57b41f0a35efef302fcd9de8beaf122b547b61..432954f07b1e9885d9096e6979e1954f29c896c6 100755
--- a/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun
+++ b/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun
@@ -81,6 +81,4 @@ parallelRun $models
 
 serialRun $models
 
-
 #------------------------------------------------------------------------------
-
diff --git a/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun.pre b/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun.pre
index 9e2ceeb354cc9deb0493f8f0f9044d364002a5fe..87148fa7a5f568cdad925156896f197cfbe0c537 100755
--- a/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun.pre
+++ b/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun.pre
@@ -18,4 +18,3 @@ runApplication blockMesh
 rm -rf results
 
 #------------------------------------------------------------------------------
-
diff --git a/tutorials/verificationAndValidation/turbulentInflow/PCF/README b/tutorials/verificationAndValidation/turbulentInflow/PCF/README
index 1ddc40436b400bf2229bb62d87982ab148b5b07a..75345550869a95a8fb7acccd60d80448bd0e6929 100644
--- a/tutorials/verificationAndValidation/turbulentInflow/PCF/README
+++ b/tutorials/verificationAndValidation/turbulentInflow/PCF/README
@@ -30,4 +30,3 @@ the 'results' directory.
 
 
 #------------------------------------------------------------------------------
-
diff --git a/tutorials/verificationAndValidation/turbulentInflow/PCF/system/decomposeParDict b/tutorials/verificationAndValidation/turbulentInflow/PCF/system/decomposeParDict
index 4d8edd3b6121fcc55bf1671c1861363901d0e386..0a0786d4b4714a218970bf57fa73b7b9f6732617 100644
--- a/tutorials/verificationAndValidation/turbulentInflow/PCF/system/decomposeParDict
+++ b/tutorials/verificationAndValidation/turbulentInflow/PCF/system/decomposeParDict
@@ -23,6 +23,4 @@ coeffs
     n    (1 2 2);
 }
 
-
 // ************************************************************************* //
-