Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / ModuleBase / ModuleBase_SelectionValidator.h
index 1f686f0cf3ecd426723b1c4c8c3f917ad2dbaf00..e88994c85cf2d9fdb319108773f0b0a0924ad024 100644 (file)
@@ -26,7 +26,7 @@ public:
    /// Returns True if selection is valid
    /// \param theSelection selection instance
    /// \param theOperation - current operation (can be 0)
-  virtual bool isValid(const ModuleBase_ISelection* theSelection, 
+  virtual bool isValid(const ModuleBase_ISelection* theSelection,
                        ModuleBase_Operation* theOperation) const;
 };