Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / ModuleBase / ModuleBase_OperationDescription.h
index 3fdc27b1d32f95254e013d9cfd0053daf5a0119e..18fde94b4e4088e0b68d6962e7d4e66c88e8f0c3 100644 (file)
@@ -62,13 +62,13 @@ class MODULEBASE_EXPORT ModuleBase_OperationDescription
  private:
   //!< Next fields could be extracted into a subclass;
    /// the operation identifier
-  QString myOperationId;  
+  QString myOperationId;
 
   /// the short description of the opertaion
-  QString myDescription;  
+  QString myDescription;
 
   /// the xml definition
-  QString myXmlRepresentation;  
+  QString myXmlRepresentation;
 };
 
 #endif //ModuleBase_OperationDescription_H