Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Tools.h
index 97c196c50d10878dc499754f988f4b285d3be0e4..ed6fd0bf06ff96c9b78a517b7bd68c6f3a97e3a2 100644 (file)
@@ -25,7 +25,8 @@ class Handle_Prs3d_DimensionAspect;
 
 //#define MyTextHeight 20
 
-/// Message that style of visualization of parameter is changed. It will be shown as expression or value
+/// Message that style of visualization of parameter is changed.
+/// It will be shown as expression or value
 class SketcherPrs_ParameterStyleMessage : public Events_Message
 {
 public:
@@ -131,8 +132,8 @@ namespace SketcherPrs_Tools {
   /// \param theAttribute an attribute name
   /// \param thePlane a projection plane (sketcher plane)
   SKETCHERPRS_EXPORT std::shared_ptr<GeomDataAPI_Point2D> getFeaturePoint(DataPtr theData,
-                                                       const std::string& theAttribute,
-                                                       const std::shared_ptr<GeomAPI_Ax3>& thePlane);
+                                               const std::string& theAttribute,
+                                               const std::shared_ptr<GeomAPI_Ax3>& thePlane);
 
   /// Returns value of dimension arrows size
   SKETCHERPRS_EXPORT double getArrowSize();