make style

This commit is contained in:
Philippe Teuwen 2022-01-05 18:56:56 +01:00
commit 5561466fe8
4 changed files with 44 additions and 44 deletions

View file

@ -142,12 +142,12 @@ typedef struct {
} PACKED picopass_ns_hdr_t;
// reader flags
typedef struct {
typedef struct {
uint8_t flags;
} PACKED iclass_card_select_t;
// reader flags
typedef struct {
typedef struct {
uint8_t status;
union {
picopass_hdr_t hdr;
@ -156,4 +156,4 @@ typedef struct {
} PACKED iclass_card_select_resp_t;
#endif // _ICLASS_H_
#endif // _ICLASS_H_