card-piv: Fix indentation

This commit is contained in:
Jakub Jelen 2019-10-16 18:07:43 +02:00 committed by Frank Morgner
parent 459e4ecc37
commit 5e9e5b232c
1 changed files with 1 additions and 1 deletions

View File

@ -949,7 +949,7 @@ piv_get_data(sc_card_t * card, int enumtag, u8 **buf, size_t *buf_len)
r = SC_ERROR_FILE_NOT_FOUND;
goto err;
}
*buf_len = (body - rbuf) + bodylen;
*buf_len = (body - rbuf) + bodylen;
} else if ( r == 0 ) {
r = SC_ERROR_FILE_NOT_FOUND;
goto err;