Fix indenation thing, OCD
[SugarCubes.git] / TestPatterns.pde
index 706626da836d492d66759725ea025aa825d10262..b2e49f1d129bcacdfd81985825951828b0cd7fec 100644 (file)
@@ -16,10 +16,10 @@ class TestSpeakerMapping extends TestPattern {
       for (Strip strip : speaker.strips) {
         float b = 100;
         for (Point p : strip.points) {
-        colors[p.index] = color(h % 360, 100, b);
-        b = max(0, b - 10);
-      }
-      h += 70;
+          colors[p.index] = color(h % 360, 100, b);
+          b = max(0, b - 10);
+        }
+        h += 70;
       }
     }
   }