Salome HOME
Suppressing white space at the end line.
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Translation.h
index 3fd650e52afcfedbebb44c7be2edd1063b162989..7a14f8a88940ab67f6992a6018fc6008f226c83a 100644 (file)
@@ -56,11 +56,11 @@ public:
               ModelAPI_AttributeSelection, /** Axis object */,
               distance, FeaturesPlugin_Translation::DISTANCE_ID(),
               ModelAPI_AttributeDouble, /** Distance */,
-              dx, FeaturesPlugin_Translation::DX_ID(), 
+              dx, FeaturesPlugin_Translation::DX_ID(),
               ModelAPI_AttributeDouble, /** Dimension in X */,
-              dy, FeaturesPlugin_Translation::DY_ID(), 
+              dy, FeaturesPlugin_Translation::DY_ID(),
               ModelAPI_AttributeDouble, /** Dimension in Y */,
-              dz, FeaturesPlugin_Translation::DZ_ID(), 
+              dz, FeaturesPlugin_Translation::DZ_ID(),
               ModelAPI_AttributeDouble, /** Dimension in Z */
              )
 
@@ -72,7 +72,7 @@ public:
   FEATURESAPI_EXPORT
   void setAxisAndDistance(const ModelHighAPI_Selection& theAxisObject,
                           const ModelHighAPI_Double& theDistance);
-  
+
   /// Modify CreationMethod, dx, dy, dz attributes of the feature.
   FEATURESAPI_EXPORT
   void setDimensions(const ModelHighAPI_Double& theDx,