# HG changeset patch # User jbe # Date 1506557873 -7200 # Node ID 232da3c28d8337d7ad02f4b1023d756302a9b629 # Parent b37a0dc6d1ec5d9bf5de0a253418e0101f5c6234 Code style: removed a superfluous empty line in file latlon-v0009.c diff -r b37a0dc6d1ec -r 232da3c28d83 latlon-v0009.c --- a/latlon-v0009.c Thu Sep 28 02:10:21 2017 +0200 +++ b/latlon-v0009.c Thu Sep 28 02:17:53 2017 +0200 @@ -812,7 +812,6 @@ return false; } - /* calculate (approximate) distance between point and cluster */ static double pgl_point_cluster_distance(pgl_point *point, pgl_cluster *cluster) { double comp; /* square of compression of meridians */