]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix coding style
authorazv <azv@opencascade.com>
Sat, 25 Nov 2017 14:04:58 +0000 (17:04 +0300)
committerazv <azv@opencascade.com>
Sat, 25 Nov 2017 14:04:58 +0000 (17:04 +0300)
src/ModelHighAPI/ModelHighAPI_Tools.cpp

index 5fe41aee56b05ba374e5443a35f8490d494e7908..b8415681e9ae09efc9b040f3be52023a74e8b32c 100644 (file)
@@ -374,7 +374,8 @@ std::string storeFeatures(const std::string& theDocName, DocumentPtr theDoc,
         if ((*aRes)->groupName() == ModelAPI_ResultPart::group()) {
           DocumentPtr aDoc = std::dynamic_pointer_cast<ModelAPI_ResultPart>(*aRes)->partDoc();
           if (aDoc.get()) {
-            std::string anError = storeFeatures((*aRes)->data()->name(), aDoc, theStore, theCompare);
+            std::string anError =
+                storeFeatures((*aRes)->data()->name(), aDoc, theStore, theCompare);
             if (!anError.empty())
               return anError;
           }