STYLE: removed spurious tabs

This commit is contained in:
andy
2011-01-05 18:29:46 +00:00
parent 14d1300a36
commit 825b4a19d2

View File

@ -33,49 +33,49 @@ inline Foam::label Foam::featureEdgeMesh::convexStart() const
inline Foam::label Foam::featureEdgeMesh::concaveStart() const inline Foam::label Foam::featureEdgeMesh::concaveStart() const
{ {
return concaveStart_; return concaveStart_;
} }
inline Foam::label Foam::featureEdgeMesh::mixedStart() const inline Foam::label Foam::featureEdgeMesh::mixedStart() const
{ {
return mixedStart_; return mixedStart_;
} }
inline Foam::label Foam::featureEdgeMesh::nonFeatureStart() const inline Foam::label Foam::featureEdgeMesh::nonFeatureStart() const
{ {
return nonFeatureStart_; return nonFeatureStart_;
} }
inline Foam::label Foam::featureEdgeMesh::externalStart() const inline Foam::label Foam::featureEdgeMesh::externalStart() const
{ {
return externalStart_; return externalStart_;
} }
inline Foam::label Foam::featureEdgeMesh::internalStart() const inline Foam::label Foam::featureEdgeMesh::internalStart() const
{ {
return internalStart_; return internalStart_;
} }
inline Foam::label Foam::featureEdgeMesh::flatStart() const inline Foam::label Foam::featureEdgeMesh::flatStart() const
{ {
return flatStart_; return flatStart_;
} }
inline Foam::label Foam::featureEdgeMesh::openStart() const inline Foam::label Foam::featureEdgeMesh::openStart() const
{ {
return openStart_; return openStart_;
} }
inline Foam::label Foam::featureEdgeMesh::multipleStart() const inline Foam::label Foam::featureEdgeMesh::multipleStart() const
{ {
return multipleStart_; return multipleStart_;
} }