Salome HOME
untabify
authoreap <eap@opencascade.com>
Wed, 7 Aug 2013 11:11:09 +0000 (11:11 +0000)
committereap <eap@opencascade.com>
Wed, 7 Aug 2013 11:11:09 +0000 (11:11 +0000)
src/SMESH_I/SMESH_Gen_i_1.cxx

index 685bd953ed968c574f3707c4becb2e05adaeaa5e..85ab4def0c739ade356e8d1da92054fc40247afc 100644 (file)
@@ -283,7 +283,7 @@ static SALOMEDS::SObject_ptr publish(SALOMEDS::Study_ptr   theStudy,
         last2Pnt_pos = anEntry.rfind( ":" );
         tagAfter = atoi( anEntry.substr( last2Pnt_pos+1 ).c_str() );
         if ( tagAfter > theTag  ) {
-         objAfter = curObj;
+          objAfter = curObj;
           break;
         }
       }