From: azv Date: Mon, 27 Feb 2017 08:41:35 +0000 (+0300) Subject: Fix line containing trailing whitespaces to meet coding rules X-Git-Tag: V_2.7.0~259^2~1^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9e006d6e1e2e0f447fd15c523344cf2b53e63b64;p=modules%2Fshaper.git Fix line containing trailing whitespaces to meet coding rules --- 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()));