Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_ImportFeature.h
index d882bc759e5e3fd0e2fc5cdedf0b0e69b4f80a15..10a40764da82f5ce2c604168dadc0311edef8c86 100644 (file)
@@ -93,7 +93,7 @@ class ExchangePlugin_ImportFeature : public ModelAPI_CompositeFeature
 
 private:
   /// Loads Naming data structure to the document
-  void loadNamingDS(std::shared_ptr<GeomAPI_Shape> theGeomShape, 
+  void loadNamingDS(std::shared_ptr<GeomAPI_Shape> theGeomShape,
                     std::shared_ptr<ModelAPI_ResultBody> theResultBody);
 };