client: fix mix of spaces & tabs
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user