]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_SelectionNaming.cpp
Salome HOME
Update line endings according to coding rules
[modules/shaper.git] / src / Model / Model_SelectionNaming.cpp
index 47b530460a584018355ca25f5ef3d370cde66884..abaad4b2f1ddd77d6f111c261aad04c044917ef5 100644 (file)
@@ -75,7 +75,7 @@ std::string Model_SelectionNaming::getShapeName(
           TNaming_Iterator anItL(aNS);
           for(int i = 1; anItL.More(); anItL.Next(), i++) {
             // in #1766 IsEqual produced no index of the face
-            if(anItL.NewShape().IsSame(theShape)) { 
+            if(anItL.NewShape().IsSame(theShape)) {
               aName += aPostFix;
               aName += TCollection_AsciiString (i).ToCString();
               break;