Skip to content

Commit 1c40380

Browse files
committed
sys/fido2: uncrustify files
1 parent b945d9e commit 1c40380

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

sys/fido2/ctap/ctap.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,12 +1793,15 @@ static int _ctap_decrypt_rk(ctap_resident_key_t *rk, ctap_cred_id_t *id)
17931793

17941794
static int _write_state_to_flash(const ctap_state_t *state)
17951795
{
1796-
return fido2_ctap_mem_write(state, fido2_ctap_mem_get_state_flashpage_number(), 0, CTAP_FLASH_STATE_SZ);
1796+
return fido2_ctap_mem_write(state,
1797+
fido2_ctap_mem_get_state_flashpage_number(), 0,
1798+
CTAP_FLASH_STATE_SZ);
17971799
}
17981800

17991801
static int _read_state_from_flash(ctap_state_t *state)
18001802
{
1801-
return fido2_ctap_mem_read(state, fido2_ctap_mem_get_state_flashpage_number(), 0, sizeof(*state));
1803+
return fido2_ctap_mem_read(state, fido2_ctap_mem_get_state_flashpage_number(), 0,
1804+
sizeof(*state));
18021805
}
18031806

18041807
static int _write_rk_to_flash(const ctap_resident_key_t *rk, int page, int offset)

0 commit comments

Comments
 (0)