Code

added fix from Dale Harvey to expand incomplete JIDs specified in user
[inkscape.git] / src / draw-context.cpp
index ed1d6a7a4820f3248c00ad63a28616460822c331..0cb408293decefe06134213148c046793cbaa997 100644 (file)
@@ -367,10 +367,10 @@ void spdc_endpoint_snap_rotation(SPEventContext const *const ec, NR::Point &p, N
         }
         v = t;
     }
-    
+
     if (fabs(bdot) > 0) {
         p = o + bdot * best;
-        
+
         /* Snap it along best vector */
         SnapManager const m(SP_EVENT_CONTEXT_DESKTOP(ec)->namedview);
         p = m.constrainedSnap(Inkscape::Snapper::SNAP_POINT | Inkscape::Snapper::BBOX_POINT,