From 6ceaae30f519b63b4b56e0277dd459cccf2d0729 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 25 Mar 2020 03:39:53 +0000 Subject: Run clang-format manually to fix recently changed files (#8552) --- quantum/wpm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quantum/wpm.h') diff --git a/quantum/wpm.h b/quantum/wpm.h index fa0b6d1288..15ab4ffcd1 100644 --- a/quantum/wpm.h +++ b/quantum/wpm.h @@ -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); -- cgit v1.2.3