From 9e006d6e1e2e0f447fd15c523344cf2b53e63b64 Mon Sep 17 00:00:00 2001 From: azv Date: Mon, 27 Feb 2017 11:41:35 +0300 Subject: [PATCH] Fix line containing trailing whitespaces to meet coding rules --- src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.cpp index 8b3539c26..090fd3096 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.cpp +++ b/src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.cpp @@ -78,7 +78,7 @@ namespace GeomAlgoAPI_ShapeAPI if (!theEdge) { throw GeomAlgoAPI_Exception("Cylinder builder :: the axis is not valid."); } - + std::shared_ptr anAxis; anAxis = std::shared_ptr(new GeomAPI_Ax2(theBasePoint, theEdge->line()->direction())); -- 2.39.2