multiple images
[imago.git] / linef.py
index f46d92c..fbd1368 100755 (executable)
--- a/linef.py
+++ b/linef.py
@@ -106,7 +106,7 @@ def find_lines(image, show_all, do_something, verbose):
         draw.line(line_from_angl_dist(line, image.size), fill=(120, 255, 120))
     if show_all:
         do_something(image_g, "the grid")
         draw.line(line_from_angl_dist(line, image.size), fill=(120, 255, 120))
     if show_all:
         do_something(image_g, "the grid")
-    
+   
     return lines
 
 def combine(image1, image2):
     return lines
 
 def combine(image1, image2):