Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / ModuleBase / ModuleBase_IViewer.h
index d8a20cb428668a0fa90cf712597c3f13dab210cc..c2f46ed9cd9980c441bcc929cfe0abf8ddd08f7f 100644 (file)
@@ -101,10 +101,10 @@ Q_OBJECT
   /// Remember a scale factor for the view object
   /// \param theView a view object
   /// \param theVal a scale factor
-  void SetScale(const Handle(V3d_View)& theView, const double theVal) 
+  void SetScale(const Handle(V3d_View)& theView, const double theVal)
   { myWindowScale[theView] = theVal; }
 
-  /// Method returns True if the viewer can process editing objects 
+  /// Method returns True if the viewer can process editing objects
   /// by mouse drugging. If this is impossible thet it has to return False.
   virtual bool canDragByMouse() const { return true; }