]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix line length <= 100
authorazv <azv@opencascade.com>
Mon, 10 Dec 2018 09:23:59 +0000 (12:23 +0300)
committerazv <azv@opencascade.com>
Mon, 10 Dec 2018 09:23:59 +0000 (12:23 +0300)
src/FeaturesPlugin/FeaturesPlugin_MultiTranslation.cpp

index 4657f8e0a450380c02fc147fbeaeacf9c50e08d4..d0e5360c4cb84c4b62ce5dae05770b381afd0fb2 100644 (file)
@@ -190,7 +190,8 @@ void FeaturesPlugin_MultiTranslation::performOneDirection()
         aTranslationAlgo->build();
 
         // Checking that the algorithm worked properly.
-        if (GeomAlgoAPI_Tools::AlgoError::isAlgorithmFailed(aTranslationAlgo, getKind(), anError)) {
+        if (GeomAlgoAPI_Tools::AlgoError::isAlgorithmFailed(
+            aTranslationAlgo, getKind(), anError)) {
           setError(anError);
           break;
         }
@@ -391,7 +392,8 @@ void FeaturesPlugin_MultiTranslation::performTwoDirection()
           aTranslationAlgo->build();
 
           // Checking that the algorithm worked properly.
-          if (GeomAlgoAPI_Tools::AlgoError::isAlgorithmFailed(aTranslationAlgo, getKind(), anError)) {
+          if (GeomAlgoAPI_Tools::AlgoError::isAlgorithmFailed(
+              aTranslationAlgo, getKind(), anError)) {
             setError(anError);
             break;
           }