]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_XYZ.h
Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / GeomAPI / GeomAPI_XYZ.h
index 84036253585bb70f0e688e65136a34373a5dab5c..eadee91a3e0cb7154d7758e02fc93a86569cb912 100644 (file)
@@ -13,9 +13,9 @@
  * \brief 3 coordinates: they may represent vector or point or something else
  */
 
-class GEOMAPI_EXPORT GeomAPI_XYZ: public GeomAPI_Interface
+class GEOMAPI_EXPORT GeomAPI_XYZ : public GeomAPI_Interface
 {
-public:
+ public:
   /// Creation by coordinates
   GeomAPI_XYZ(const double theX, const double theY, const double theZ);