Uncrustify with newer version

This commit is contained in:
Benjamin Berg
2020-06-02 13:55:19 +02:00
committed by Benjamin Berg
parent 8ba29606bb
commit e4f9935706
6 changed files with 19 additions and 0 deletions

View File

@@ -206,6 +206,7 @@ parse_get_enrolled_users_report (bmkt_msg_resp_t *msg_resp, bmkt_response_t *res
get_enroll_templates_resp->query_sequence = extract8 (msg_resp->payload, &offset);
int n = 0;
for (n = 0; n < BMKT_MAX_NUM_TEMPLATES_INTERNAL_FLASH; n++)
{
if (offset >= msg_resp->payload_len)