Skip to content

Commit da49e6f

Browse files
author
Andrzej Kurek
committed
Indentation fixes
1 parent 5aa6637 commit da49e6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

atecc608a_se.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ psa_status_t atecc608a_get_serial_number(uint8_t* buffer, size_t buffer_size,
124124
ASSERT_SUCCESS(atcab_read_serial_number(buffer));
125125
*buffer_length = ATCA_SERIAL_NUM_SIZE;
126126

127-
exit:
127+
exit:
128128
ATCAB_DEINIT();
129129
return status;
130130
}
@@ -138,7 +138,7 @@ psa_status_t atecc608a_check_config_locked()
138138

139139
ASSERT_SUCCESS(atcab_is_locked(LOCK_ZONE_CONFIG, &config_locked));
140140

141-
exit:
141+
exit:
142142
ATCAB_DEINIT();
143143
if(status == PSA_SUCCESS)
144144
{
@@ -174,7 +174,7 @@ psa_status_t atecc608a_export_public_key(psa_key_slot_number_t key,
174174
atcab_printbin_sp(p_data, *p_data_length);
175175
#endif
176176

177-
exit:
177+
exit:
178178
ATCAB_DEINIT();
179179
return status;
180180
}
@@ -220,7 +220,7 @@ psa_status_t atecc608a_asymmetric_sign(psa_key_slot_number_t key_slot,
220220
atcab_printbin_sp(p_signature, *p_signature_length);
221221
#endif
222222

223-
exit:
223+
exit:
224224
ATCAB_DEINIT();
225225
return status;
226226
}

0 commit comments

Comments
 (0)