mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
make style
This commit is contained in:
parent
0d9223a547
commit
0373696662
483 changed files with 56514 additions and 52451 deletions
|
@ -11,12 +11,11 @@
|
|||
#ifndef CMDPARSER_H__
|
||||
#define CMDPARSER_H__
|
||||
|
||||
typedef struct command_s
|
||||
{
|
||||
const char * Name;
|
||||
int (*Parse)(const char *Cmd);
|
||||
int Offline;
|
||||
const char * Help;
|
||||
typedef struct command_s {
|
||||
const char *Name;
|
||||
int (*Parse)(const char *Cmd);
|
||||
int Offline;
|
||||
const char *Help;
|
||||
} command_t;
|
||||
|
||||
// command_t array are expected to be NULL terminated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue