Fix indenation thing, OCD
authorMark Slee <mcslee@Mark-Slees-MacBook-Pro.local>
Thu, 22 Aug 2013 07:56:30 +0000 (00:56 -0700)
committerMark Slee <mcslee@Mark-Slees-MacBook-Pro.local>
Thu, 22 Aug 2013 07:56:30 +0000 (00:56 -0700)
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;
       }
     }
   }