Salome HOME
Merge from V6_main 11/02/2013
[modules/geom.git] / src / GEOMBase / GEOM_GenericObjPtr.h
index b4ece1236a6295b2f3951bee9dd11e4d8e1a661c..aec0ee23e4caf49a4d96b58e61571d53e7ba0fa3 100644 (file)
@@ -87,15 +87,15 @@ namespace GEOM
     void Register()
     {
       if ( !CORBA::is_nil( this->myObject ) )
-       this->myObject->Register();
+        this->myObject->Register();
     }
 
     //! Decrement counter for the object.
     void UnRegister()
     {
       if ( !CORBA::is_nil( this->myObject ) ) {
-       this->myObject->UnRegister();
-       this->myObject = TInterface::_nil();
+        this->myObject->UnRegister();
+        this->myObject = TInterface::_nil();
       }
     }