]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomDataAPI/GeomDataAPI_Point.h
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / GeomDataAPI / GeomDataAPI_Point.h
index a68e0762b7e734deeae3e0f1bbb686599e6077c2..126c28001202f94acad872dc9305ee620083f90a 100644 (file)
@@ -23,7 +23,7 @@ class GeomDataAPI_Point : public ModelAPI_Attribute
 {
  public:
   /// Defines the double value
-  GEOMDATAAPI_EXPORT virtual 
+  GEOMDATAAPI_EXPORT virtual
     void setValue(const double theX, const double theY, const double theZ) = 0;
   /// Defines the point
   GEOMDATAAPI_EXPORT virtual void setValue(const std::shared_ptr<GeomAPI_Pnt>& thePoint) = 0;
@@ -38,9 +38,9 @@ class GeomDataAPI_Point : public ModelAPI_Attribute
   GEOMDATAAPI_EXPORT virtual std::shared_ptr<GeomAPI_Pnt> pnt() = 0;
 
   /// Defines the calculated double value
-  GEOMDATAAPI_EXPORT virtual 
+  GEOMDATAAPI_EXPORT virtual
     void setCalculatedValue(const double theX, const double theY, const double theZ) = 0;
-  
+
   /// Defines the text values
   GEOMDATAAPI_EXPORT virtual void setText(const std::string& theX,
                                           const std::string& theY,
@@ -66,14 +66,14 @@ class GeomDataAPI_Point : public ModelAPI_Attribute
   GEOMDATAAPI_EXPORT virtual bool expressionInvalid(int theComponent) = 0;
 
   /// Allows to set expression (text) error (by the parameters listener)
-  GEOMDATAAPI_EXPORT virtual 
+  GEOMDATAAPI_EXPORT virtual
     void setExpressionError(int theComponent, const std::string& theError) = 0;
 
   /// Returns an expression error
   GEOMDATAAPI_EXPORT virtual std::string expressionError(int theComponent) = 0;
 
   /// Defines the used parameters
-  GEOMDATAAPI_EXPORT virtual void setUsedParameters(int theComponent, 
+  GEOMDATAAPI_EXPORT virtual void setUsedParameters(int theComponent,
     const std::set<std::string>& theUsedParameters) = 0;
 
   /// Returns the used parameters