Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / Events / Events_Message.h
index 68b757e8fc91a9dcff60557b6743761eda2708be..24e6349d1cf7f04fdb096c44ae9865ec0de6bb8b 100644 (file)
@@ -22,7 +22,7 @@
 class EVENTS_EXPORT Events_ID
 {
   /// pointer to the text-identifier of the event, unique pointer for all events of such type
-  char* myID;  
+  char* myID;
 
   Events_ID(char* theID)
   {