Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / GeomAPI / GeomAPI_ICustomPrs.h
index 1129c1014003383f8632cb93076913369dd01be3..c249b11c3d3022cc9cf9358ac3532a00ff00c3c5 100644 (file)
@@ -26,7 +26,7 @@ public:
   GEOMAPI_EXPORT virtual ~GeomAPI_ICustomPrs();
 
   /// Modifies the given presentation in the custom way.
-  virtual bool customisePresentation(std::shared_ptr<ModelAPI_Result> theResult, 
+  virtual bool customisePresentation(std::shared_ptr<ModelAPI_Result> theResult,
                                      AISObjectPtr thePrs,
                                      std::shared_ptr<GeomAPI_ICustomPrs> theDefaultPrs) = 0;
 };