client: fix mix of spaces & tabs

This commit is contained in:
Philippe Teuwen 2019-03-09 23:35:06 +01:00
commit 0d9223a547
197 changed files with 49383 additions and 49383 deletions

View file

@ -28,15 +28,15 @@
#include "mifare.h"
#include "cmdhfmf.h"
#include "cmdhfmfu.h"
#include "cmdhf.h" // list cmd
#include "cmdhf.h" // list cmd
#include "mifare/mifarehost.h"
#include "emv/apduinfo.h"
#include "emv/emvcore.h"
// structure and database for uid -> tagtype lookups
typedef struct {
uint8_t uid;
char* desc;
uint8_t uid;
char* desc;
} manufactureName;
extern int CmdHF14A(const char *Cmd);