Remove trailing whitespace

This commit is contained in:
Chintak Sheth
2013-05-22 00:26:26 +05:30
parent 1814cc44ca
commit b6d15c91c7
+1 -1
View File
@@ -41,7 +41,7 @@ def convex_hull_image(image):
for i, (x_offset, y_offset) in enumerate(zip((0, 0, -0.5, 0.5),
(-0.5, 0.5, 0, 0))):
coords_corners[i * N:(i + 1) * N] = coords + [x_offset, y_offset]
coords = coords_corners
try: