Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / SketchSolver / PlaneGCSSolver / PlaneGCSSolver_Storage.h
index 882cffa12ea619fb3a21fcb7a0e7e77e35eb9980..ccf318aef52130d938a635c43c272a0cbdd61a58 100644 (file)
@@ -119,10 +119,10 @@ private:
 
   /// additional constraints for correct processing of the arcs
   std::map<EntityWrapperPtr, std::vector<GCSConstraintPtr> >
-                                   myArcConstraintMap;   
+                                   myArcConstraintMap;
 
   /// list of removed constraints to notify solver
-  std::list<GCSConstraintPtr>      myRemovedConstraints; 
+  std::list<GCSConstraintPtr>      myRemovedConstraints;
 };
 
 #endif