Salome HOME
30.10.2014. Redesigned boolean feature.
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_PointBuilder.h
index 7e24a360a5febebb786281232670e4246ea8dbc8..ec6e417e4c349b445456dcdd5f2c1388546be378 100644 (file)
@@ -18,10 +18,9 @@ class GeomAPI_Pnt;
 
 class GEOMALGOAPI_EXPORT GeomAlgoAPI_PointBuilder
 {
-public:
+ public:
   /// Creates linear edge by two points
-  static boost::shared_ptr<GeomAPI_Shape> point(
-    boost::shared_ptr<GeomAPI_Pnt> thePoint);
+  static boost::shared_ptr<GeomAPI_Shape> point(boost::shared_ptr<GeomAPI_Pnt> thePoint);
 };
 
 #endif