Salome HOME
Issue #148 (reopened) fix: All features implicitly used by constraints are added...
[modules/shaper.git] / src / GeomAPI / GeomAPI_Pln.h
index c0d0d69f1335fe0a579e372993a150d2739c1b00..5471a34ad86fd4a50531d33e5ec666522c6921b3 100644 (file)
@@ -16,9 +16,9 @@ class GeomAPI_Dir;
  * \brief 3D point defined by three coordinates
  */
 
-class GEOMAPI_EXPORT GeomAPI_Pln: public GeomAPI_Interface
+class GEOMAPI_EXPORT GeomAPI_Pln : public GeomAPI_Interface
 {
-public:
+ public:
   /// Creation of plane by the point and normal
   GeomAPI_Pln(const boost::shared_ptr<GeomAPI_Pnt>& thePoint,
               const boost::shared_ptr<GeomAPI_Dir>& theNormal);