Remove trailing whitespace

This commit is contained in:
Benoit de Chezelles 2019-10-18 11:39:51 +02:00 committed by GitHub
parent 058d956464
commit 74deca52b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,7 @@ def corner_triangle(buf, width, height, corner):
xlimits = [(diagonal_y(x), height - 1) for x in range(width)]
fill_region(buf, width, height, xlimits)
def antialiased_1px_line(buf, width, height, p1, p2):
# Draw an antialiased line using the Wu algorithm
x1, y1 = p1