Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Exception.cpp
index 53338dae756f1d4e6040f7c7ece1c67967892b8d..b5b9cd5d706171c25eab351063f814d899389fb9 100755 (executable)
@@ -19,6 +19,6 @@ GeomAlgoAPI_Exception::~GeomAlgoAPI_Exception() throw()
 
 //=================================================================================================
 const char* GeomAlgoAPI_Exception::what() const throw()
-{ 
+{
   return myMessageError.c_str();
 }
\ No newline at end of file