From: mpv Date: Tue, 26 Mar 2019 14:27:17 +0000 (+0300) Subject: Too long line fix X-Git-Tag: V9_3_0b2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9912bc599715104a081caa22eae77a633b8c60be;p=modules%2Fshaper.git Too long line fix --- diff --git a/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp b/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp index a8ecc73c1..a3e92eb67 100644 --- a/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp +++ b/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp @@ -265,7 +265,8 @@ void ExchangePlugin_ExportFeature::exportXAO(const std::string& theFileName) if (aIsSelection) { // a mode for export to geom result by result for(int a = 0; a < aSelection->size(); a++) { AttributeSelectionPtr anAttr = aSelection->value(a); - ResultBodyPtr aBodyContext = std::dynamic_pointer_cast(anAttr->context()); + ResultBodyPtr aBodyContext = + std::dynamic_pointer_cast(anAttr->context()); if (aBodyContext.get() && !aBodyContext->isDisabled() && aBodyContext->shape().get()) { aResults.push_back(aBodyContext); GeomShapePtr aShape = anAttr->value();