Skip to content

Commit cd1c8c6

Browse files
committed
Fix pre-commit issue
1 parent c839a13 commit cd1c8c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/os_ux.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ typedef struct bolos_ux_params_s {
6464
} pairing_ok;
6565
} pairing_status; // sent in BOLOS_UX_ASYNCHMODAL_PAIRING_STATUS message
6666
#endif // HAVE_BLE
67-
#endif // defined(HAVE_BLE) || defined(HAVE_KEYBOARD_UX)
68-
struct { // for BOLOS_UX_DELAY_LOCK command
67+
#endif // defined(HAVE_BLE) || defined(HAVE_KEYBOARD_UX)
68+
struct { // for BOLOS_UX_DELAY_LOCK command
6969
uint32_t delay_ms;
7070
} lock_delay;
7171
} u;

0 commit comments

Comments
 (0)