From 8ed66ab7cb377ed90e3213fc3bba8e5bb0c63a11 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sat, 3 Nov 2007 18:11:46 +0000 Subject: Oops, don't use tabs! (replace tabs by 4 spaces) (bzr r4020) --- src/snapper.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/snapper.cpp') diff --git a/src/snapper.cpp b/src/snapper.cpp index 5edde2405..6eb4b5204 100644 --- a/src/snapper.cpp +++ b/src/snapper.cpp @@ -92,11 +92,11 @@ void Inkscape::Snapper::setEnabled(bool s) */ void Inkscape::Snapper::freeSnap(SnappedConstraints &sc, - - PointType const &t, + + PointType const &t, NR::Point const &p, bool const &first_point, - std::vector &points_to_snap, + std::vector &points_to_snap, SPItem const *it) const { std::list lit; @@ -117,11 +117,11 @@ void Inkscape::Snapper::freeSnap(SnappedConstraints &sc, */ void Inkscape::Snapper::freeSnap(SnappedConstraints &sc, - - PointType const &t, + + PointType const &t, NR::Point const &p, bool const &first_point, - std::vector &points_to_snap, + std::vector &points_to_snap, std::list const &it) const { if (_enabled == false || getSnapFrom(t) == false) { @@ -146,11 +146,11 @@ void Inkscape::Snapper::freeSnap(SnappedConstraints &sc, */ void Inkscape::Snapper::constrainedSnap(SnappedConstraints &sc, - - PointType const &t, + + PointType const &t, NR::Point const &p, bool const &first_point, - std::vector &points_to_snap, + std::vector &points_to_snap, ConstraintLine const &c, SPItem const *it) const { @@ -172,11 +172,11 @@ void Inkscape::Snapper::constrainedSnap(SnappedConstraints &sc, */ void Inkscape::Snapper::constrainedSnap(SnappedConstraints &sc, - - PointType const &t, + + PointType const &t, NR::Point const &p, bool const &first_point, - std::vector &points_to_snap, + std::vector &points_to_snap, ConstraintLine const &c, std::list const &it) const { -- cgit v1.2.3