Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / GeomValidators / GeomValidators_Face.cpp
index dd415526378ab07ea1531b9d0558641f260fb1b2..1979d7d7152a0bca99baa02936f0aa95f83e2ed9 100644 (file)
@@ -27,7 +27,7 @@ GeomAbs_SurfaceType faceType(const std::string& theType)
   std::string aType = std::string(theType.c_str());
   if (MyFaceTypes.find(aType) != MyFaceTypes.end())
     return MyFaceTypes[aType];
-  
+
   Events_InfoMessage("GeomValidators_Face", "Face type defined in XML is not implemented!").send();
   return GeomAbs_Plane;
 }