From 95a2b3effda64a5cfcfe957911e74a9752bf3051 Mon Sep 17 00:00:00 2001
From: graham <g.macpherson@opencfd.co.uk>
Date: Wed, 6 Oct 2010 17:28:13 +0100
Subject: [PATCH] STYLE: 80 char lines.

---
 src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C b/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C
index 8ade80cbf81..af30b3bcc89 100644
--- a/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C
+++ b/src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C
@@ -2242,7 +2242,8 @@ Foam::triSurfaceTools::sideType Foam::triSurfaceTools::surfaceSide
         //             << "perpendicular to the normal." << nl
         //             << "sample: " << sample << nl
         //             << "nearestPoint: " << nearestPoint << nl
-        //             << "sample - nearestPoint: " << sample - nearestPoint << nl
+        //             << "sample - nearestPoint: "
+        //             << sample - nearestPoint << nl
         //             << "normal: " << surf.faceNormals()[nearestFaceI] << nl
         //             << "mag(sample - nearestPoint): "
         //             << mag(sample - nearestPoint) << nl
-- 
GitLab