Salome HOME
Split too long line to meet the coding style.
authorazv <azv@opencascade.com>
Thu, 20 Feb 2020 05:02:02 +0000 (08:02 +0300)
committerazv <azv@opencascade.com>
Thu, 20 Feb 2020 05:02:02 +0000 (08:02 +0300)
src/ModelHighAPI/ModelHighAPI_Dumper.cpp

index 1e676ade40220e093d7799c3c3cc75d0e8c0866c..3cb222a88f848b92295a9bdf10f854c74c6c34d3 100644 (file)
@@ -417,7 +417,8 @@ static int possibleSelectionsByPoint(const GeomPointPtr& thePoint,
           }
         }
       }
-      // passed till the appropriate shape, check the center of circle or a focus of ellipse is selected
+      // passed till the appropriate shape, check the center of circle
+      // or a focus of ellipse is selected
       if (isContinue && !aCenters.empty())
         aNbPossibleSelections = aCenters.front().second;
     }