From a5f63dbf93a19efc5c8e16f80eec79d988d3a1d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 17:30:16 +1100 Subject: Format code according to conventions (#11936) Co-authored-by: QMK Bot --- tmk_core/common/action.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tmk_core') diff --git a/tmk_core/common/action.c b/tmk_core/common/action.c index 66e7e10026..66411b4fd3 100644 --- a/tmk_core/common/action.c +++ b/tmk_core/common/action.c @@ -957,9 +957,7 @@ void tap_code_delay(uint8_t code, uint16_t delay) { * * \param code The basic keycode to tap. If `code` is `KC_CAPS`, the delay will be `TAP_HOLD_CAPS_DELAY`, otherwise `TAP_CODE_DELAY`, if defined. */ -void tap_code(uint8_t code) { - tap_code_delay(code, code == KC_CAPS ? TAP_HOLD_CAPS_DELAY : TAP_CODE_DELAY); -} +void tap_code(uint8_t code) { tap_code_delay(code, code == KC_CAPS ? TAP_HOLD_CAPS_DELAY : TAP_CODE_DELAY); } /** \brief Adds the given physically pressed modifiers and sends a keyboard report immediately. * -- cgit v1.2.3