include: fix mix of spaces & tabs

This commit is contained in:
Philippe Teuwen 2019-03-09 18:41:30 +01:00
commit 9502b54aa0
9 changed files with 791 additions and 791 deletions

View file

@ -17,11 +17,11 @@
// LEGIC
//-----------------------------------------------------------------------------
typedef struct {
uint8_t uid[4];
uint32_t tagtype;
uint8_t cmdsize;
uint8_t addrsize;
uint16_t cardsize;
uint8_t uid[4];
uint32_t tagtype;
uint8_t cmdsize;
uint8_t addrsize;
uint16_t cardsize;
} legic_card_select_t;
#endif // _LEGIC_H_