From: dbv Date: Thu, 29 Dec 2016 13:42:24 +0000 (+0300) Subject: Coding rules fix. X-Git-Tag: V_2.7.0~351^2~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=6f39b580fefcdbbb98b78b7e1e4c41ec909f7a61;p=modules%2Fshaper.git Coding rules fix. --- diff --git a/src/ExchangePlugin/ExchangePlugin_Dump.cpp b/src/ExchangePlugin/ExchangePlugin_Dump.cpp index f0f740671..5c5ee4665 100644 --- a/src/ExchangePlugin/ExchangePlugin_Dump.cpp +++ b/src/ExchangePlugin/ExchangePlugin_Dump.cpp @@ -54,7 +54,8 @@ void ExchangePlugin_Dump::dump(const std::string& theFileName) for(std::list::const_iterator aFeatIt = aFeatures.begin(); aFeatIt != aFeatures.end(); ++aFeatIt) { - ResultPartPtr aResultPart = std::dynamic_pointer_cast((*aFeatIt)->firstResult()); + ResultPartPtr aResultPart = + std::dynamic_pointer_cast((*aFeatIt)->firstResult()); if(aResultPart.get()) { if(!aResultPart->isActivated()) { setError("Error: Not all parts are loaded. Can not dump.");