From df30327c19d15552f88af5ff65c0fa6c7245d77a Mon Sep 17 00:00:00 2001 From: QMK Bot Date: Sat, 24 Sep 2022 00:34:44 -0700 Subject: [PATCH] Format code according to conventions (#18466) --- quantum/pointing_device/pointing_device_auto_mouse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/pointing_device/pointing_device_auto_mouse.h b/quantum/pointing_device/pointing_device_auto_mouse.h index eaa6aa2c09ee7dc89e8cee052379a31059fd7301..0f26af79e670c11875530d126e4b58f5c0c3c2e2 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