aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/haptic
diff options
context:
space:
mode:
authorQMK Bot2025-11-30 20:25:13 +0100
committerGitHub2025-11-30 20:25:13 +0100
commit6ed61c65dd66cdbb450a4920a69bae193ec73f15 (patch)
tree2d8cf989fba3622bbde9ea1d2da0f9bfe65edd95 /drivers/haptic
parent330a8597f8fb136374285d2b52a978e311b46ede (diff)
[CI] Format code according to conventions (#25827)
Format code according to conventions
Diffstat (limited to 'drivers/haptic')
-rw-r--r--drivers/haptic/solenoid.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/haptic/solenoid.h b/drivers/haptic/solenoid.h
index 17f5345bc6..3d8a4c732d 100644
--- a/drivers/haptic/solenoid.h
+++ b/drivers/haptic/solenoid.h
@@ -47,8 +47,7 @@
#ifndef SOLENOID_PINS
# ifdef SOLENOID_PIN
-# define SOLENOID_PINS \
- { SOLENOID_PIN }
+# define SOLENOID_PINS {SOLENOID_PIN}
# else
# error SOLENOID_PINS array not defined
# endif