From: azv Date: Sat, 25 Nov 2017 14:04:58 +0000 (+0300) Subject: Fix coding style X-Git-Tag: V_2.10.0RC~123^2~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=de16294cd2aea995471eab907eea27910ee56498;p=modules%2Fshaper.git Fix coding style --- diff --git a/src/ModelHighAPI/ModelHighAPI_Tools.cpp b/src/ModelHighAPI/ModelHighAPI_Tools.cpp index 5fe41aee5..b8415681e 100644 --- a/src/ModelHighAPI/ModelHighAPI_Tools.cpp +++ b/src/ModelHighAPI/ModelHighAPI_Tools.cpp @@ -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(*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; }