From 825b4a19d2dc8ce90d2e70e0750524b650ab0f4c Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 5 Jan 2011 18:29:46 +0000 Subject: [PATCH] STYLE: removed spurious tabs --- src/edgeMesh/featureEdgeMesh/featureEdgeMeshI.H | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/edgeMesh/featureEdgeMesh/featureEdgeMeshI.H b/src/edgeMesh/featureEdgeMesh/featureEdgeMeshI.H index 162f17a1a5..6aac568b03 100644 --- a/src/edgeMesh/featureEdgeMesh/featureEdgeMeshI.H +++ b/src/edgeMesh/featureEdgeMesh/featureEdgeMeshI.H @@ -33,49 +33,49 @@ inline Foam::label Foam::featureEdgeMesh::convexStart() const inline Foam::label Foam::featureEdgeMesh::concaveStart() const { - return concaveStart_; + return concaveStart_; } inline Foam::label Foam::featureEdgeMesh::mixedStart() const { - return mixedStart_; + return mixedStart_; } inline Foam::label Foam::featureEdgeMesh::nonFeatureStart() const { - return nonFeatureStart_; + return nonFeatureStart_; } inline Foam::label Foam::featureEdgeMesh::externalStart() const { - return externalStart_; + return externalStart_; } inline Foam::label Foam::featureEdgeMesh::internalStart() const { - return internalStart_; + return internalStart_; } inline Foam::label Foam::featureEdgeMesh::flatStart() const { - return flatStart_; + return flatStart_; } inline Foam::label Foam::featureEdgeMesh::openStart() const { - return openStart_; + return openStart_; } inline Foam::label Foam::featureEdgeMesh::multipleStart() const { - return multipleStart_; + return multipleStart_; }