Salome HOME
Fix too long line (>100 characters)
authorazv <azv@opencascade.com>
Sat, 11 May 2019 19:27:08 +0000 (22:27 +0300)
committerazv <azv@opencascade.com>
Sat, 11 May 2019 19:27:08 +0000 (22:27 +0300)
src/FeaturesPlugin/FeaturesPlugin_BooleanCommon.cpp

index c5b28fbafa792cc1b2f9908ea92135e45701a018..484bd867de85d929c3b0d0f2b0642ddfa45328c2 100644 (file)
@@ -215,7 +215,8 @@ void FeaturesPlugin_BooleanCommon::execute()
       FeaturesPlugin_Tools::ResultBaseAlgo aRBA;
       aRBA.resultBody = aResultBody;
       aRBA.baseShape = anObjectList.front();
-      for (std::vector<FeaturesPlugin_Tools::ResultBaseAlgo>::iterator aRBAIt = aResultBaseAlgoList.begin();
+      for (std::vector<FeaturesPlugin_Tools::ResultBaseAlgo>::iterator
+           aRBAIt = aResultBaseAlgoList.begin();
            aRBAIt != aResultBaseAlgoList.end(); ++aRBAIt) {
         aMakeShapeList->appendAlgo(aRBAIt->makeShape);
       }