From: azv Date: Thu, 20 Feb 2020 05:02:02 +0000 (+0300) Subject: Split too long line to meet the coding style. X-Git-Tag: V9_5_0a1^2~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=836beccfebf020c2865fcdea196fb0379a3505e1;p=modules%2Fshaper.git Split too long line to meet the coding style. --- diff --git a/src/ModelHighAPI/ModelHighAPI_Dumper.cpp b/src/ModelHighAPI/ModelHighAPI_Dumper.cpp index 1e676ade4..3cb222a88 100644 --- a/src/ModelHighAPI/ModelHighAPI_Dumper.cpp +++ b/src/ModelHighAPI/ModelHighAPI_Dumper.cpp @@ -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; }