]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesAPI/FeaturesAPI_Revolution.h
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Revolution.h
index fad2ce17b9b02b2360acd6ce3b970393b76db514..18de9fbcf8991d7573278ec4a0386071eed4bb03 100644 (file)
@@ -58,7 +58,7 @@ public:
   virtual ~FeaturesAPI_Revolution();
 
   INTERFACE_10(FeaturesPlugin_Revolution::ID(),
-               sketch, FeaturesPlugin_Revolution::SKETCH_ID(), 
+               sketch, FeaturesPlugin_Revolution::SKETCH_ID(),
                ModelAPI_AttributeReference, /** Sketch launcher */,
                baseObjects, FeaturesPlugin_Revolution::BASE_OBJECTS_ID(),
                ModelAPI_AttributeSelectionList, /** Base objects */,
@@ -93,14 +93,14 @@ public:
 
   /// Modify CreationMethod, to_angle, from_angle attributes of the feature.
   FEATURESAPI_EXPORT
-  void setAngles(const ModelHighAPI_Double& theToAngle, 
+  void setAngles(const ModelHighAPI_Double& theToAngle,
                  const ModelHighAPI_Double& theFromAngle);
 
   /// Modify CreationMethod, to_angle, from_angle attributes of the feature.
   FEATURESAPI_EXPORT
   void setAngle(const ModelHighAPI_Double& theAngle);
 
-  /// Modify CreationMethod, to_object, to_offset, 
+  /// Modify CreationMethod, to_object, to_offset,
   /// from_object, from_offset attributes of the feature.
   FEATURESAPI_EXPORT
   void setPlanesAndOffsets(const ModelHighAPI_Selection& theToObject,