Code

Major overhaul of the selector tool's internals to improve handling of transformation...
[inkscape.git] / src / snapper.cpp
index f8f7705f23d5e3963e72f6a2e51426d0255ad4a9..31a96a8716868c21fe052b0718157833b41d942a 100644 (file)
@@ -123,8 +123,7 @@ void Inkscape::Snapper::freeSnap(SnappedConstraints &sc,
  *  \return Snapped point.
  */
 
-void Inkscape::Snapper::freeSnap(SnappedConstraints &sc, 
-                                                   
+void Inkscape::Snapper::freeSnap(SnappedConstraints &sc,
                                                    PointType const &t,
                                                    NR::Point const &p,
                                                    bool const &first_point,
@@ -153,12 +152,11 @@ void Inkscape::Snapper::freeSnap(SnappedConstraints &sc,
  *  \return Snapped point.
  */
 
-void Inkscape::Snapper::constrainedSnap(SnappedConstraints &sc, 
-                                                          
+void Inkscape::Snapper::constrainedSnap(SnappedConstraints &sc,                                                          
                                                           PointType const &t,
                                                           NR::Point const &p,
                                                           bool const &first_point,
-                                                           std::vector<NR::Point> &points_to_snap,
+                                                          std::vector<NR::Point> &points_to_snap,
                                                           ConstraintLine const &c,
                                                           SPItem const *it) const
 {