format code according to conventions [skip ci]

This commit is contained in:
QMK Bot 2020-01-20 18:48:28 +00:00
parent 484a9b12bc
commit e3d59a72f9
2 changed files with 4 additions and 6 deletions

View File

@ -160,9 +160,7 @@ void eeconfig_update_rgblight(uint32_t val) {
#endif
}
void eeconfig_update_rgblight_current(void) {
eeconfig_update_rgblight(rgblight_config.raw);
}
void eeconfig_update_rgblight_current(void) { eeconfig_update_rgblight(rgblight_config.raw); }
void eeconfig_update_rgblight_default(void) {
rgblight_config.enable = 1;