]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_WidgetAPI.h
Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / Config / Config_WidgetAPI.h
index 190ccfc7fafd450dcd7ea1ea931414cf43b35455..d7c12e957e09f7bbcc587f0945971e498aacaa1e 100644 (file)
@@ -25,10 +25,9 @@ typedef xmlDoc *xmlDocPtr;
 struct _xmlDoc;
 //<<
 
-
 class CONFIG_EXPORT Config_WidgetAPI
 {
-public:
+ public:
   Config_WidgetAPI(std::string theRawXml);
   virtual ~Config_WidgetAPI();
 
@@ -47,7 +46,7 @@ public:
 
   std::string getProperty(const char* thePropName) const;
 
-private:
+ private:
   xmlDocPtr myDoc;
   xmlNodePtr myCurrentNode;