astyle to pad operators

pull/365/head
Jesse Vincent 8 years ago
parent 286bafae49
commit 0c645e957b
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -9,7 +9,7 @@ LEDChaseEffect_::update(void) {
return;
}
current_chase_counter = 0;
LEDControl.led_set_crgb_at(pos - (chase_sign* chase_pixels), {0, 0, 0});
LEDControl.led_set_crgb_at(pos - (chase_sign * chase_pixels), {0, 0, 0});
LEDControl.led_set_crgb_at(pos, {0, 0, 0});
pos += chase_sign;

Loading…
Cancel
Save