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

@ -18,14 +18,14 @@
#include <limits.h>
#include "proxmark3.h"
#include "protocols.h"
#include "parity.h" // oddparity
#include "cmdhflist.h" // annotations
#include "iso15693tools.h" // ISO15693 crc
#include "util.h" // for parsing cli command utils
#include "ui.h" // for show graph controls
#include "cmdparser.h" // for getting cli commands included in cmdmain.h
#include "comms.h" // for sending cmds to device. GetFromBigBuf
#include "loclass/fileutils.h" // for saveFile
#include "parity.h" // oddparity
#include "cmdhflist.h" // annotations
#include "iso15693tools.h" // ISO15693 crc
#include "util.h" // for parsing cli command utils
#include "ui.h" // for show graph controls
#include "cmdparser.h" // for getting cli commands included in cmdmain.h
#include "comms.h" // for sending cmds to device. GetFromBigBuf
#include "loclass/fileutils.h" // for saveFile
extern int CmdTrace(const char *Cmd);