Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetValueFeature.h
index 1a1f10164d96777536fc5dd93e5842df3b28309c..a40cbd06df2e58c8c47f6a87ced01969c6eedc3b 100644 (file)
@@ -20,7 +20,7 @@ class GeomAPI_Pnt2d;
  */
 class MODULEBASE_EXPORT ModuleBase_WidgetValueFeature : public ModuleBase_WidgetValue
 {
-public:
+ public:
   /// Constructor
   ModuleBase_WidgetValueFeature();
   /// Destructor
@@ -42,7 +42,7 @@ public:
   /// \return the current point
   const boost::shared_ptr<GeomAPI_Pnt2d>& point() const;
 
-private:
+ private:
   ObjectPtr myResult;
   boost::shared_ptr<GeomAPI_Pnt2d> myPoint;
 };