Code

make selection_contains_both_clone_and_original reusable
[inkscape.git] / src / sp-metrics.cpp
index 27d65422fc397b4f6dca08a30ed07e6bfb665e19..5f05c9fad6b8ac9db3bb46541f776a9a4122792d 100644 (file)
@@ -3,7 +3,7 @@
 
 /*
  * SPMetric handling and stuff
- * I hope this will be usefull :-) 
+ * I hope this will be usefull :-)
  */
 
 gdouble
@@ -73,7 +73,7 @@ sp_metric_to_metric_string(gdouble const length,
 {
     gdouble const len = sp_absolute_metric_to_metric(length, metric_src, metric_dst);
     GString *str = g_string_new("");
-    g_string_printf(str, "%0.02f", len); 
+    g_string_printf(str, "%0.02f", len);
     /* We need a fixed number of fractional digits, because otherwise the live statusbar display of
      * lengths will be too jerky */