Salome HOME
fix Save() and Load()
[modules/smesh.git] / src / SMDS / SMDS_Position.cxx
index 46b63e1f8ac4d5acc7f4ab99d576674888f0f0c8..4689f55a5eb3be05d1b7dba0281a3447fb14db8b 100644 (file)
@@ -42,7 +42,7 @@ SMDS_Position::SMDS_Position(int aShapeId) :myShapeId(aShapeId)
 
 void SMDS_Position::SetShapeId(int aShapeId)
 {
-       myShapeId = aShapeId;
+        myShapeId = aShapeId;
 }
 
 //=======================================================================
@@ -52,7 +52,7 @@ void SMDS_Position::SetShapeId(int aShapeId)
 
 int SMDS_Position::GetShapeId() const
 {
-       return myShapeId;
+        return myShapeId;
 }
 
 //=======================================================================