]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_Listener.h
Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / PartSet / PartSet_Listener.h
index 0512245540bfb6889e43f798c9e3e657ad33ddb8..a0ae4d7420efa1813c2ab1a1cc2754445e6d4991 100644 (file)
@@ -14,10 +14,10 @@ class PartSet_Module;
 /*!
  \class PartSet_Listener
  * \brief The operation for the sketch feature creation
-*/
+ */
 class PARTSET_EXPORT PartSet_Listener : public Events_Listener
 {
-public:
+ public:
   /// Constructor
   /// \param theId the feature identifier
   /// \param theParent the operation parent
@@ -28,8 +28,8 @@ public:
   /// This method is called by loop when the event is started to process.
   virtual void processEvent(const Events_Message* theMessage);
 
-private:
-  PartSet_Module* myModule; ///< the current module
+ private:
+  PartSet_Module* myModule;  ///< the current module
 };
 
 #endif