]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelHighAPI/ModelHighAPI_FeatureStore.h
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_FeatureStore.h
index fbe83c0153a0e3152bdc4188be322eec37effefb..4cd0d0f4c20374d92c2e9bcb2327329c6637e498 100644 (file)
@@ -41,11 +41,11 @@ public:
 
 private:
   /// stores the information about all attributes of data in map
-  void storeData(std::shared_ptr<ModelAPI_Data> theData, 
+  void storeData(std::shared_ptr<ModelAPI_Data> theData,
                  std::map<std::string, std::string>& theAttrs);
   /// compares the information about all attributes of data with map
   /// returns not empty string with error if something is different
-  std::string compareData(std::shared_ptr<ModelAPI_Data> theData, 
+  std::string compareData(std::shared_ptr<ModelAPI_Data> theData,
                  std::map<std::string, std::string>& theAttrs);
   /// dumps the attribute content to the string
   std::string dumpAttr(const AttributePtr& theAttr);