fix whitespace

This commit is contained in:
Chris Cromer 2018-12-12 18:53:42 -03:00
parent 9c6c1c9d1a
commit 6ed54c0c21
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 0 additions and 2 deletions

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;
}