summaryrefslogtreecommitdiff
path: root/boost/geometry/arithmetic/normalize.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/arithmetic/normalize.hpp')
-rw-r--r--boost/geometry/arithmetic/normalize.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/geometry/arithmetic/normalize.hpp b/boost/geometry/arithmetic/normalize.hpp
index 7dfdbd2b03..64e08c2dce 100644
--- a/boost/geometry/arithmetic/normalize.hpp
+++ b/boost/geometry/arithmetic/normalize.hpp
@@ -45,7 +45,7 @@ inline bool vec_normalize(Point & pt, typename coordinate_type<Point>::type & le
coord_t const c0 = 0;
len = vec_length(pt);
-
+
if (math::equals(len, c0))
{
return false;