]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Too long line fix
authormpv <mpv@opencascade.com>
Tue, 26 Mar 2019 14:27:17 +0000 (17:27 +0300)
committermpv <mpv@opencascade.com>
Tue, 26 Mar 2019 14:27:17 +0000 (17:27 +0300)
src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp

index a8ecc73c1a408fa6d9147f99426bac3c47171953..a3e92eb67e8d27330482fa2b29aeeab7c49b24fc 100644 (file)
@@ -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<ModelAPI_ResultBody>(anAttr->context());
+      ResultBodyPtr aBodyContext =
+        std::dynamic_pointer_cast<ModelAPI_ResultBody>(anAttr->context());
       if (aBodyContext.get() && !aBodyContext->isDisabled() && aBodyContext->shape().get()) {
         aResults.push_back(aBodyContext);
         GeomShapePtr aShape = anAttr->value();