make astyle

pull/389/head
Jesse Vincent 8 years ago
parent 9dcb132dbe
commit 517636d479
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -94,8 +94,7 @@ namespace KaleidoscopePlugins {
return false;
switch (subCommand) {
case PALETTE:
{
case PALETTE: {
if (Serial.peek () == '\n') {
for (uint8_t i = 0; i < 15; i++) {
cRGB color;
@ -123,8 +122,7 @@ namespace KaleidoscopePlugins {
break;
}
case MAP:
{
case MAP: {
if (Serial.peek () == '\n') {
for (uint8_t layer = 0; layer < maxLayers; layer++) {
for (uint8_t row = 0; row < ROWS; row++) {

Loading…
Cancel
Save