]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_ConstraintDistance.h
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintDistance.h
index 9448b3c5dbb3b29ca4e6a6687c036a3499c636a3..80a6fb5e359fa266affa436fe6f676d8092a5971 100644 (file)
@@ -40,7 +40,7 @@ private:
   double myPrevValue; ///< previous value of distance (for correct calculation of a distance sign)
 
   /// \c true, if the point if placed rightside of line direction (SLVS_C_PT_LINE_DISTANCE only)
-  bool myIsNegative;  
+  bool myIsNegative;
 };
 
 #endif