Salome HOME
untabify
[modules/smesh.git] / src / SMDS / SMDS_MeshIDFactory.hxx
index e81b41890597948577f2b48533c28984c50cc826..4479432c13662ad2f24b3ed616473a51cc1ea52e 100644 (file)
@@ -40,9 +40,9 @@ public:
   virtual void Clear();
 
   protected:
-       SMDS_MeshIDFactory();
-       int myMaxID;
-       std::set<int> myPoolOfID;
+        SMDS_MeshIDFactory();
+        int myMaxID;
+        std::set<int> myPoolOfID;
 };
 
 #endif