Run clang-format manually to fix recently changed files
This commit is contained in:
parent
6b18ca2875
commit
a91c0c4765
24 changed files with 235 additions and 235 deletions
|
@ -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)());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue