From 836beccfebf020c2865fcdea196fb0379a3505e1 Mon Sep 17 00:00:00 2001 From: azv Date: Thu, 20 Feb 2020 08:02:02 +0300 Subject: [PATCH] Split too long line to meet the coding style. --- src/ModelHighAPI/ModelHighAPI_Dumper.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.39.2