make style

This commit is contained in:
merlokk
2019-07-15 19:12:01 +03:00
parent df1dd71d14
commit d2a2acf69c
3 changed files with 24 additions and 17 deletions

View File

@@ -55,5 +55,6 @@ typedef struct {
extern int APDUDecode(uint8_t *data, int len, APDUStruct *apdu);
extern int APDUEncode(APDUStruct *apdu, uint8_t *data, int *len);
extern void APDUPrint(APDUStruct apdu);
extern void APDUPrintEx(APDUStruct apdu, size_t maxdatalen);
#endif