Salome HOME
Meet coding style (split lines longer than 100 characters)
[modules/shaper.git] / src / Model / Model_AttributeSelection.cpp
index 88912aaca7d089761b674a01e9704a513f9a4c57..3127aeb8549ad702cdee3c5f6693fce7fa80d549 100644 (file)
@@ -1914,7 +1914,8 @@ bool Model_AttributeSelection::restoreContext(std::wstring theName,
     // name in PartSet?
     aDoc = std::dynamic_pointer_cast<Model_Document>(
       ModelAPI_Session::get()->moduleDocument());
-    if (theName.find(ModelAPI_Tools::toWString(aDoc->kind())) == 0) { // remove the document identifier from name if exists
+    if (theName.find(ModelAPI_Tools::toWString(aDoc->kind())) == 0) {
+      // remove the document identifier from name if exists
       aSubShapeName = theName.substr(aDoc->kind().size() + 1);
       aName = aSubShapeName;
       std::string::size_type n = aName.find('/');