work on beacon
[aversive.git] / projects / microb2010 / tests / oa / graph.py
index 0b304bc..d5946f1 100644 (file)
@@ -205,7 +205,7 @@ def build_area(ax):
             y = OFFSET_CORN_Y + STEP_CORN_Y/2
         j = 0
         while y < 2100:
-            
+
             if waypoints[i][j] == TYPE_WHITE_CORN:
                 wcorn.append(Circle((x, y), 25))
             if waypoints[i][j] == TYPE_BLACK_CORN: