fix whitespace

This commit is contained in:
2018-12-12 18:53:42 -03:00
parent 9c6c1c9d1a
commit 6ed54c0c21

View File

@@ -177,5 +177,3 @@ point_t * divide_and_conquer(point_t *points, unsigned int n, double *minimum_di
free(points_y);
return closest_pair;
}