From 6c5e94061c05c94a2404d4edcca4882cdfca844e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 03:15:00 +1000 Subject: [CI] Format code according to conventions (#12838) Co-authored-by: QMK Bot --- drivers/haptic/haptic.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'drivers') diff --git a/drivers/haptic/haptic.h b/drivers/haptic/haptic.h index 9223ad1c81..ba8e0d20be 100644 --- a/drivers/haptic/haptic.h +++ b/drivers/haptic/haptic.h @@ -34,13 +34,13 @@ typedef union { uint32_t raw; struct { - bool enable : 1; - uint8_t feedback : 2; - uint8_t mode : 7; - bool buzz : 1; - uint8_t dwell : 7; - bool cont : 1; - uint8_t amplitude : 8; + bool enable : 1; + uint8_t feedback : 2; + uint8_t mode : 7; + bool buzz : 1; + uint8_t dwell : 7; + bool cont : 1; + uint8_t amplitude : 8; uint8_t reserved : 5; }; } haptic_config_t; -- cgit v1.2.3