mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-07 10:53:17 +02:00
[CI] Format code according to conventions (#25827)
Format code according to conventions
This commit is contained in:
+1
-4
@@ -14,10 +14,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef SECURE_UNLOCK_SEQUENCE
|
||||
# define SECURE_UNLOCK_SEQUENCE \
|
||||
{ \
|
||||
{ 0, 0 } \
|
||||
}
|
||||
# define SECURE_UNLOCK_SEQUENCE {{0, 0}}
|
||||
#endif
|
||||
|
||||
static secure_status_t secure_status = SECURE_LOCKED;
|
||||
|
||||
Reference in New Issue
Block a user