whitespace

This commit is contained in:
iceman1001 2018-05-02 18:08:47 +02:00
parent be4c5118b1
commit 7d5322fc6e
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@ bool showDemod = true;
pthread_mutex_t print_lock = PTHREAD_MUTEX_INITIALIZER;
static char *logfilename = "proxmark3.log";
void PrintAndLogOptions(char *str[][2], size_t size, size_t space) {
char buff[2000] = "Options:\n";
char format[2000] = "";