Salome HOME
Coding rules fix.
authordbv <dbv@opencascade.com>
Thu, 29 Dec 2016 13:42:24 +0000 (16:42 +0300)
committerdbv <dbv@opencascade.com>
Thu, 29 Dec 2016 13:42:24 +0000 (16:42 +0300)
src/ExchangePlugin/ExchangePlugin_Dump.cpp

index f0f740671d174ba28fbffc8ed8972421ca5b78d7..5c5ee466594e0734d48c671311445f6ab8b444a5 100644 (file)
@@ -54,7 +54,8 @@ void ExchangePlugin_Dump::dump(const std::string& theFileName)
   for(std::list<FeaturePtr>::const_iterator aFeatIt = aFeatures.begin();
       aFeatIt != aFeatures.end();
       ++aFeatIt) {
-    ResultPartPtr aResultPart = std::dynamic_pointer_cast<ModelAPI_ResultPart>((*aFeatIt)->firstResult());
+    ResultPartPtr aResultPart =
+      std::dynamic_pointer_cast<ModelAPI_ResultPart>((*aFeatIt)->firstResult());
     if(aResultPart.get()) {
       if(!aResultPart->isActivated()) {
         setError("Error: Not all parts are loaded. Can not dump.");