From e3d59a72f9c5a462066439bb5396484bd39ab739 Mon Sep 17 00:00:00 2001 From: QMK Bot Date: Mon, 20 Jan 2020 18:48:28 +0000 Subject: format code according to conventions [skip ci] --- quantum/rgblight.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quantum/rgblight.h') diff --git a/quantum/rgblight.h b/quantum/rgblight.h index f6746e50ff..c0fc0f3c63 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h @@ -235,8 +235,8 @@ void rgblight_sethsv_noeeprom(uint8_t hue, uint8_t sat, uint8_t val); /* effect speed */ uint8_t rgblight_get_speed(void); -void rgblight_set_speed(uint8_t speed); -void rgblight_set_speed_noeeprom(uint8_t speed); +void rgblight_set_speed(uint8_t speed); +void rgblight_set_speed_noeeprom(uint8_t speed); /* query */ uint8_t rgblight_get_mode(void); -- cgit v1.2.3