Run clang-format manually to fix recently changed files (#8552)
This commit is contained in:
parent
5075a1d9e4
commit
6ceaae30f5
6 changed files with 39 additions and 43 deletions
|
@ -23,8 +23,8 @@ bool wpm_keycode(uint16_t keycode);
|
|||
bool wpm_keycode_kb(uint16_t keycode);
|
||||
bool wpm_keycode_user(uint16_t keycode);
|
||||
|
||||
void set_current_wpm(uint8_t);
|
||||
void set_current_wpm(uint8_t);
|
||||
uint8_t get_current_wpm(void);
|
||||
void update_wpm(uint16_t);
|
||||
void update_wpm(uint16_t);
|
||||
|
||||
void decay_wpm(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue