diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-24 00:34:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-24 00:34:44 -0700 |
commit | df30327c19d15552f88af5ff65c0fa6c7245d77a (patch) | |
tree | f41f721bb7ae71b337332f8fc487d2d28787eb2b /quantum | |
parent | 7c1797f52f74c9614615c0632ea1a2f5f11d3af6 (diff) |
Format code according to conventions (#18466)
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/pointing_device/pointing_device_auto_mouse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/pointing_device/pointing_device_auto_mouse.h b/quantum/pointing_device/pointing_device_auto_mouse.h index eaa6aa2c09..0f26af79e6 100644 --- a/quantum/pointing_device/pointing_device_auto_mouse.h +++ b/quantum/pointing_device/pointing_device_auto_mouse.h @@ -34,7 +34,7 @@ # define AUTO_MOUSE_TIME 650 #endif #ifndef AUTO_MOUSE_DELAY - #define AUTO_MOUSE_DELAY GET_TAPPING_TERM(KC_MS_BTN1, &(keyrecord_t){}) +# define AUTO_MOUSE_DELAY GET_TAPPING_TERM(KC_MS_BTN1, &(keyrecord_t){}) #endif #ifndef AUTO_MOUSE_DEBOUNCE # define AUTO_MOUSE_DEBOUNCE 25 |