Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / GeomData / GeomData_Point2D.h
index 0041f5cfe0656e118e8df8fb73857b8289995cb6..4990948b8f8ed08483526fbea0aa8bc1e379e614 100644 (file)
@@ -17,8 +17,8 @@
 
 class GeomData_Point2D : public GeomDataAPI_Point2D
 {
-  Handle_TDataStd_RealArray myCoords; ///< X and Y doubles as real array attribute [0; 1]
-public:
+  Handle_TDataStd_RealArray myCoords;  ///< X and Y doubles as real array attribute [0; 1]
+ public:
   /// Defines the double value
   GEOMDATA_EXPORT virtual void setValue(const double theX, const double theY);
   /// Defines the point
@@ -31,7 +31,7 @@ public:
   /// Returns the 2D point
   GEOMDATA_EXPORT virtual boost::shared_ptr<GeomAPI_Pnt2d> pnt();
 
-protected:
+ protected:
   /// Initializes attributes
   GEOMDATA_EXPORT GeomData_Point2D(TDF_Label& theLabel);