Code

added refcount logging to GC::Anchored and shared string printf in util
[inkscape.git] / src / sp-item-notify-moveto.cpp
index c8479221502de9ac02240588063c7ee0750c52f8..163a9f5f81cfd181b2cd85e5089757fa6c318ec2 100644 (file)
@@ -1,4 +1,4 @@
-/** \file 
+/** \file
  * Implementation of sp_item_notify_moveto().
  */
 
@@ -51,13 +51,13 @@ void sp_item_notify_moveto(SPItem &item, SPGuide const &mv_g, int const snappoin
         {
             sp_item_write_transform(&item, SP_OBJECT_REPR(&item), item.transform);
         }
-        
+
         sp_item_rm_unsatisfied_cns(item);
 #if 0 /* nyi */
         move_cn_to_front(mv_g, snappoint_ix, item.constraints);
-        /** \note If the guideline is connected to multiple snappoints of 
-         * this item, then keeping those cns in order requires that the 
-         * guide send notifications in order of increasing importance. 
+        /** \note If the guideline is connected to multiple snappoints of
+         * this item, then keeping those cns in order requires that the
+         * guide send notifications in order of increasing importance.
          */
 #endif
     }