mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 11:43:14 +08:00
whitespace
This commit is contained in:
parent
be4c5118b1
commit
7d5322fc6e
2 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@ bool showDemod = true;
|
||||||
|
|
||||||
pthread_mutex_t print_lock = PTHREAD_MUTEX_INITIALIZER;
|
pthread_mutex_t print_lock = PTHREAD_MUTEX_INITIALIZER;
|
||||||
static char *logfilename = "proxmark3.log";
|
static char *logfilename = "proxmark3.log";
|
||||||
|
|
||||||
void PrintAndLogOptions(char *str[][2], size_t size, size_t space) {
|
void PrintAndLogOptions(char *str[][2], size_t size, size_t space) {
|
||||||
char buff[2000] = "Options:\n";
|
char buff[2000] = "Options:\n";
|
||||||
char format[2000] = "";
|
char format[2000] = "";
|
||||||
|
|
Loading…
Reference in a new issue