mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-01-05 21:01:58 +00:00
Run clang-format manually to fix recently changed files
This commit is contained in:
@@ -41,7 +41,7 @@ uint8_t host_keyboard_leds(void) {
|
||||
}
|
||||
|
||||
led_t host_keyboard_led_state(void) {
|
||||
if (!driver) return (led_t) {0};
|
||||
if (!driver) return (led_t){0};
|
||||
return (led_t)((*driver->keyboard_leds)());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user