mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
remove spurious spaces & tabs at end of lines
This commit is contained in:
parent
edc19f202a
commit
60f292b18e
249 changed files with 8481 additions and 8481 deletions
|
@ -17,7 +17,7 @@
|
|||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include "proxmark3.h"
|
||||
#include "protocols.h"
|
||||
#include "protocols.h"
|
||||
#include "parity.h" // oddparity
|
||||
#include "cmdhflist.h" // annotations
|
||||
#include "iso15693tools.h" // ISO15693 crc
|
||||
|
@ -34,7 +34,7 @@ extern int CmdTraceLoad(const char *Cmd);
|
|||
extern int CmdTraceSave(const char *Cmd);
|
||||
|
||||
// usages helptext
|
||||
extern int usage_trace_list(void);
|
||||
extern int usage_trace_list(void);
|
||||
extern int usage_trace_load(void);
|
||||
extern int usage_trace_save(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue