Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / Events / Events_Error.cpp
index ff3fd58e82ee0c7fad634b73c4ed86a8445bb5a2..7fe307b6a9c16d08ec78f537494cabf6439c7343 100644 (file)
@@ -9,7 +9,7 @@
 #include <Events_Loop.h>
 
 Events_Error::Events_Error(char* theDescription, const void* theSender)
- : Events_Message(Events_Error::errorID(), theSender)
   : Events_Message(Events_Error::errorID(), theSender)
 {
   myDescription = theDescription;
 }
@@ -37,5 +37,5 @@ void Events_Error::send(char* theDescription, const void* theSender)
 
 void Events_Error::send(std::string theDescription, const void* theSender)
 {
-  Events_Error::send((char*)theDescription.c_str(), theSender);
+  Events_Error::send((char*) theDescription.c_str(), theSender);
 }