]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix line containing trailing whitespaces to meet coding rules
authorazv <azv@opencascade.com>
Mon, 27 Feb 2017 08:41:35 +0000 (11:41 +0300)
committerazv <azv@opencascade.com>
Mon, 27 Feb 2017 08:41:35 +0000 (11:41 +0300)
src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.cpp

index 8b3539c267ef43e2cc1db01ab9431b46a18a556d..090fd30968b522233547ec73bf5e5a2822040632 100644 (file)
@@ -78,7 +78,7 @@ namespace GeomAlgoAPI_ShapeAPI
     if (!theEdge) {
       throw GeomAlgoAPI_Exception("Cylinder builder :: the axis is not valid.");
     }
-    
+
     std::shared_ptr<GeomAPI_Ax2> anAxis;
     anAxis = std::shared_ptr<GeomAPI_Ax2>(new GeomAPI_Ax2(theBasePoint,
                                                           theEdge->line()->direction()));