diff --git a/applications/utilities/surface/surfaceCheck/surfaceCheck.C b/applications/utilities/surface/surfaceCheck/surfaceCheck.C
index 8116ab0..756b56c 100644
--- a/applications/utilities/surface/surfaceCheck/surfaceCheck.C
+++ b/applications/utilities/surface/surfaceCheck/surfaceCheck.C
@@ -223,8 +223,9 @@ int main(int argc, char *argv[])
     {
         pointField cornerPts(boundBox(surf.points(), false).points());
 
-        Info<<"// blockMeshDict info" << nl
-            <<"vertices\n(" << nl;
+        Info<<"// blockMeshDict info" << nl << nl;
+
+        Info<<"vertices\n(" << nl;
         forAll(cornerPts, ptI)
         {
             Info << "    " << cornerPts[ptI] << nl;
@@ -239,6 +240,8 @@ int main(int argc, char *argv[])
 
         Info<<"edges\n();" << nl
             <<"patches\n();" << endl;
+
+        Info<< nl << "// end blockMeshDict info" << nl << endl;
     }
 
 
