diff options
| author | zvecr <git@zvecr.com> | 2019-11-17 14:02:26 +0000 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-11-17 08:25:58 -0800 |
| commit | a91c0c476507cb8c12840abb59bff34ab0de3c03 (patch) | |
| tree | 313d9a0ec2f17c47f33305b350eef8768b5efa1c /quantum/rgblight.c | |
| parent | 6b18ca2875ceb38011f32f2d17238ba55ce7ad67 (diff) | |
| download | qmk_firmware-a91c0c476507cb8c12840abb59bff34ab0de3c03.tar.gz qmk_firmware-a91c0c476507cb8c12840abb59bff34ab0de3c03.zip | |
Run clang-format manually to fix recently changed files
Diffstat (limited to 'quantum/rgblight.c')
| -rw-r--r-- | quantum/rgblight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight.c b/quantum/rgblight.c index 80f276139..7949bb688 100644 --- a/quantum/rgblight.c +++ b/quantum/rgblight.c | |||
| @@ -919,7 +919,7 @@ void rgblight_effect_snake(animation_status_t *anim) { | |||
| 919 | ledp->g = 0; | 919 | ledp->g = 0; |
| 920 | ledp->b = 0; | 920 | ledp->b = 0; |
| 921 | # ifdef RGBW | 921 | # ifdef RGBW |
| 922 | ledp->w = 0; | 922 | ledp->w = 0; |
| 923 | # endif | 923 | # endif |
| 924 | for (j = 0; j < RGBLIGHT_EFFECT_SNAKE_LENGTH; j++) { | 924 | for (j = 0; j < RGBLIGHT_EFFECT_SNAKE_LENGTH; j++) { |
| 925 | k = pos + j * increment; | 925 | k = pos + j * increment; |
