Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
1Conan committed Jul 22, 2024
1 parent 62d9856 commit cd624b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tmk_core/protocol/host.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ uint8_t host_keyboard_leds(void) {
#ifdef SPLIT_KEYBOARD
if (!is_keyboard_master()) return split_led_state;
#endif

if (!driver) return 0;
return (*driver->keyboard_leds)();
}
Expand Down

0 comments on commit cd624b6

Please sign in to comment.