From: eap Date: Thu, 10 Jan 2013 11:33:47 +0000 (+0000) Subject: fix indentation X-Git-Tag: pluginMGCleaner~184 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8ef1551cb0f10a0903c05a2723b896558ca274d4;p=modules%2Fsmesh.git fix indentation --- diff --git a/src/StdMeshers/StdMeshers_Projection_1D2D.cxx b/src/StdMeshers/StdMeshers_Projection_1D2D.cxx index 7e5cfe821..23f5e7cc0 100644 --- a/src/StdMeshers/StdMeshers_Projection_1D2D.cxx +++ b/src/StdMeshers/StdMeshers_Projection_1D2D.cxx @@ -70,7 +70,7 @@ namespace * \brief Structure used to temporary remove EventProparatorToEdges from faceSubMesh * in order to prevent propagation of CLEAN event from FACE to EDGEs during * StdMeshers_Projection_1D2D::Compute(). The CLEAN event is emmited by Pattern mapper - * and causes removal of faces generated on adjacent FACEs. + * and causes removal of faces generated on adjacent FACEs. */ struct UnsetterOfEventProparatorToEdges {