diff options
| author | QMK Bot <hello@qmk.fm> | 2025-12-01 06:25:13 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-30 19:25:13 +0000 |
| commit | 6ed61c65dd66cdbb450a4920a69bae193ec73f15 (patch) | |
| tree | 2d8cf989fba3622bbde9ea1d2da0f9bfe65edd95 /quantum/secure.c | |
| parent | 330a8597f8fb136374285d2b52a978e311b46ede (diff) | |
[CI] Format code according to conventions (#25827)
Format code according to conventions
Diffstat (limited to 'quantum/secure.c')
| -rw-r--r-- | quantum/secure.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/quantum/secure.c b/quantum/secure.c index f2a567f31d..2f589877b7 100644 --- a/quantum/secure.c +++ b/quantum/secure.c | |||
| @@ -14,10 +14,7 @@ | |||
| 14 | #endif | 14 | #endif |
| 15 | 15 | ||
| 16 | #ifndef SECURE_UNLOCK_SEQUENCE | 16 | #ifndef SECURE_UNLOCK_SEQUENCE |
| 17 | # define SECURE_UNLOCK_SEQUENCE \ | 17 | # define SECURE_UNLOCK_SEQUENCE {{0, 0}} |
| 18 | { \ | ||
| 19 | { 0, 0 } \ | ||
| 20 | } | ||
| 21 | #endif | 18 | #endif |
| 22 | 19 | ||
| 23 | static secure_status_t secure_status = SECURE_LOCKED; | 20 | static secure_status_t secure_status = SECURE_LOCKED; |
