1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-05 11:24:17 +03:00

Format fix

This commit is contained in:
dkulikov 2025-04-02 16:02:50 +01:00
parent 652c3f1da9
commit 2d6e876392

View File

@ -41,7 +41,7 @@ protected:
{ {
aProcessor.ProcessEntity(myWS->Model()->Value(anIndex)); aProcessor.ProcessEntity(myWS->Model()->Value(anIndex));
} }
TColStd_MapOfTransient aRemovedEntities; TColStd_MapOfTransient aRemovedEntities;
aProcessor.Perform(aRemovedEntities); aProcessor.Perform(aRemovedEntities);
return aRemovedEntities; return aRemovedEntities;