mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
chg: adding spaces
This commit is contained in:
parent
3f5aab8f05
commit
6b63f704cc
2 changed files with 5 additions and 6 deletions
|
@ -21,8 +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)
|
||||
{
|
||||
void PrintAndLogOptions(char *str[][2], size_t size, size_t space) {
|
||||
char buff[2000] = "Options:\n";
|
||||
char format[2000] = "";
|
||||
size_t counts[2] = {0, 0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue