Code

dropper modes: replace undecipherable icons with text labels
[inkscape.git] / src / 2geom / geom.cpp
index e93247899f1b6e3ba071e721b1a60f30b1f1a32b..8845cefa89fe443ae321fe022a7ee4be8c22c574 100644 (file)
@@ -10,6 +10,7 @@
 #include "point.h"
 
 namespace Geom {
+
 /**
  * Finds the intersection of the two (infinite) lines
  * defined by the points p such that dot(n0, p) == d0 and dot(n1, p) == d1.