Salome HOME
fix indentation
[modules/smesh.git] / src / StdMeshers / StdMeshers_Projection_1D2D.cxx
index 7e5cfe82181ca4f87276f0a52dc5fe1165b5a2b7..23f5e7cc043b707585e72b0835b8bbeb9c0267c7 100644 (file)
@@ -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
   {