]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PrimitivesPlugin/PrimitivesPlugin_Box.h
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / PrimitivesPlugin / PrimitivesPlugin_Box.h
index 8db0d54174d155331bde900fd55b8bce4e1df61e..c13403c9257d4bd0beff4ed80ba5974874cf2d1d 100644 (file)
@@ -39,14 +39,14 @@ class PrimitivesPlugin_Box : public ModelAPI_Feature
     static const std::string MY_CREATION_METHOD_ID("CreationMethod");
     return MY_CREATION_METHOD_ID;
   }
-  
+
   /// Attribute name for creation method
   inline static const std::string& CREATION_METHOD_BY_DIMENSIONS()
   {
     static const std::string MY_CREATION_METHOD_ID("BoxByDimensions");
     return MY_CREATION_METHOD_ID;
   }
-  
+
   /// Attribute name for creation method
   inline static const std::string& CREATION_METHOD_BY_TWO_POINTS()
   {
@@ -101,7 +101,7 @@ class PrimitivesPlugin_Box : public ModelAPI_Feature
 
   /// Request for initialization of data model of the feature: adding all attributes
   PRIMITIVESPLUGIN_EXPORT virtual void initAttributes();
-  
+
   /// Use plugin manager for features creation
   PrimitivesPlugin_Box();
 
@@ -112,7 +112,7 @@ class PrimitivesPlugin_Box : public ModelAPI_Feature
 
   ///Perform the creation of the box using two points defining a diagonal
   void createBoxByTwoPoints();
-  
+
   ///Perform the creation of the box using three cordinates
   void createBoxByDimensions();