]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_DataMapOfShapeShape.h
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / GeomAPI / GeomAPI_DataMapOfShapeShape.h
index a507f6ed27ca96574e34f5e603c7505749501b76..545608fdef8b26f2bc821165a17e2487e5e9ce49 100644 (file)
@@ -33,7 +33,7 @@ class GeomAPI_DataMapOfShapeShape : public GeomAPI_Interface
 
   /// Adds \a theKey to me with \a theItem. Returns True if the Key  was not already in the map.
   GEOMAPI_EXPORT
-  bool bind (const std::shared_ptr<GeomAPI_Shape> theKey, 
+  bool bind (const std::shared_ptr<GeomAPI_Shape> theKey,
              const std::shared_ptr<GeomAPI_Shape> theItem);
 
   /// Merges two maps.