]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ExchangePlugin/ExchangePlugin_ImportFeature.h
Salome HOME
updated copyright message
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_ImportFeature.h
index fa4ac0f7fcff915b1ad6dc57b73e0a1ff5923516..e2cfd99aad7a96261ec4e47158b185b6ff529d7d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -37,7 +37,7 @@
  */
 class ExchangePlugin_ImportFeatureBase : public ModelAPI_CompositeFeature
 {
- public:  
+public:
   /// attribute name of file path
   inline static const std::string& FILE_PATH_ID()
   {
@@ -168,7 +168,7 @@ protected:
   /// Performs the import of XAO file
   EXCHANGEPLUGIN_EXPORT void importXAO(const std::string& theFileName);
 
-private:                   
+private:
   /// Set groups of color
   void setColorGroups(std::shared_ptr<ModelAPI_ResultBody> theResultBody);