]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Face.h
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / GeomAPI / GeomAPI_Face.h
index c47bc036aff475045e083f65eacc0009ca71bab1..54fb506c109b6d4c0cda79c9b39f6125c40fe83f 100644 (file)
@@ -19,23 +19,23 @@ class GeomAPI_Face : public GeomAPI_Shape
 {
 public:
   /// Creation of empty (null) shape
-  GEOMAPI_EXPORT 
+  GEOMAPI_EXPORT
   GeomAPI_Face();
 
   /// Creation of face by the face-shape
-  GEOMAPI_EXPORT 
+  GEOMAPI_EXPORT
   GeomAPI_Face(const std::shared_ptr<GeomAPI_Shape>& theShape);
 
   /// Returns true if the current face is geometrically equal to the given face
-  GEOMAPI_EXPORT 
+  GEOMAPI_EXPORT
   virtual bool isEqual(const std::shared_ptr<GeomAPI_Shape> theFace) const;
 
   /// Returns true if the face is a cylindrical face
-  GEOMAPI_EXPORT 
+  GEOMAPI_EXPORT
   bool isCylindrical() const;
 
   /// Returns the base plane of the face (if it is planar) with location in the center of the face
-  GEOMAPI_EXPORT 
+  GEOMAPI_EXPORT
   std::shared_ptr<GeomAPI_Pln> getPlane() const;
 };