format code according to conventions [skip ci]

master
QMK Bot 2020-05-09 09:31:49 +00:00
parent 2fe7e221ec
commit e7860d673b
2 changed files with 14 additions and 15 deletions

View File

@ -1209,7 +1209,6 @@ typedef struct PACKED {
static TwinkleState led_twinkle_state[RGBLED_NUM];
void rgblight_effect_twinkle(animation_status_t *anim) {
bool random_color = anim->delta / 3;
bool restart = anim->pos == 0;
anim->pos = 1;