Add empty line between functions

This commit is contained in:
Johannes Schönberger
2012-08-21 15:50:03 +02:00
parent 20afa7edae
commit dc91a0ee2f
+1
View File
@@ -30,6 +30,7 @@ cdef inline unsigned char point_in_polygon(int nr_verts, double *xp, double *yp,
j = i
return c
cdef void points_in_polygon(int nr_verts, double *xp, double *yp,
int nr_points, double *x, double *y,
unsigned char *result):