]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH_I/SMESH_Group_i.cxx
Salome HOME
untabify
[modules/smesh.git] / src / SMESH_I / SMESH_Group_i.cxx
index 5b0f5062f7e6a6ae9b2e0a879d55be5832b21046..d6f2d4ee477f1f5d5c97d6421e2e1db60db2deb8 100644 (file)
@@ -354,7 +354,7 @@ CORBA::Long SMESH_Group_i::AddFrom( SMESH::SMESH_IDSource_ptr theSource )
   if (aGroupDS) {
     SMESH::long_array_var anIds;
     if ( !CORBA::is_nil(SMESH::SMESH_GroupBase::_narrow(theSource)) &&
-        SMESH::SMESH_GroupBase::_narrow(theSource)->GetType() == GetType() ) {
+         SMESH::SMESH_GroupBase::_narrow(theSource)->GetType() == GetType() ) {
       anIds = theSource->GetIDs();
     }
     else if ( !CORBA::is_nil(SMESH::SMESH_Mesh::_narrow(theSource)) ) {